Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bvgl/
H A Dbvgl_labelme_parser.cxx52 active_tag_ = std::string(name); in startElement()
114 if (active_tag_ == X_TAG || active_tag_ == Y_TAG) { in charData()
117 if (active_tag_ == X_TAG) in charData()
119 if (active_tag_ == Y_TAG) in charData()
123 if (active_tag_ == X_TAG ) in charData()
126 if (active_tag_ == Y_TAG ) in charData()
135 if (active_tag_ == REGION_TAG) in charData()
138 if (active_tag_ == NAME_TAG) { in charData()
145 if (active_tag_ == TYPE_TAG) { in charData()
190 if (active_tag_ == NLCD_TAG) in charData()
[all …]
H A Dbvgl_labelme_parser.h152 std::string active_tag_; variable
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/
H A Dbvxm_world_params_parser.cxx34 active_tag_ = std::string(name); in startElement()
36 if (active_tag_ == WORLD_DIR_TAG) in startElement()
41 if (active_tag_ == LVCS_TAG) in startElement()
46 if (active_tag_ == CORNER_X_TAG ) in startElement()
50 if (active_tag_ == CORNER_Y_TAG ) in startElement()
54 if (active_tag_ == CORNER_Z_TAG ) in startElement()
59 if (active_tag_ == DIM_X_TAG ) in startElement()
63 if (active_tag_ == DIM_Y_TAG ) in startElement()
67 if (active_tag_ == DIM_Z_TAG ) in startElement()
77 if (active_tag_ == MIN_OCP_TAG ) in startElement()
[all …]
H A Dbvxm_world_params_parser.h57 std::string world_dir_, lvcs_path_, temp_str_, active_tag_; variable