Home
last modified time | relevance | path

Searched refs:KML_CORD_TAG (Results 1 – 4 of 4) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bkml/
H A Dbkml_parser.cxx107 else if (std::strcmp(name, KML_CORD_TAG) == 0 && (cord_tag_ != "") ) { in startElement()
108 last_tag = KML_CORD_TAG; in startElement()
269 else if (last_tag == KML_CORD_TAG) { in charData()
H A Dbkml_parser.h28 #define KML_CORD_TAG "coordinates" macro
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_candidate_region_parser.cxx80 else if (std::strcmp(name, KML_CORD_TAG) == 0 && cord_tag_ != "") in startElement()
81 last_tag = KML_CORD_TAG; in startElement()
208 else if (last_tag == KML_CORD_TAG) { in charData()
H A Dvolm_candidate_region_parser.h41 #define KML_CORD_TAG "coordinates" macro