Home
last modified time | relevance | path

Searched refs:corresp_elm_ (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/io/
H A Dbwm_io_config_parser.cxx200corresp_elm_.push_back(std::pair<std::string, vsol_point_2d> (corr_cam_tab_, vsol_point_2d(X_,Y_))… in endElement()
207 site_->corresp_.push_back(corresp_elm_); in endElement()
208 corresp_elm_.clear(); in endElement()
H A Dbwm_io_config_parser.h80 std::vector<std::pair<std::string, vsol_point_2d> > corresp_elm_; variable