Home
last modified time | relevance | path

Searched refs:volm_osm_object_ids (Results 1 – 7 of 7) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_osm_objects.h91 class volm_osm_object_ids; variable
92 typedef vbl_smart_ptr<volm_osm_object_ids> volm_osm_object_ids_sptr;
94 class volm_osm_object_ids : public vbl_ref_count
99 volm_osm_object_ids() {pt_ids_.clear(); line_ids_.clear(); region_ids_.clear(); } in volm_osm_object_ids() function
102volm_osm_object_ids(std::vector<unsigned> pt_ids, std::vector<unsigned> line_ids, std::vector<un… in volm_osm_object_ids() function
106 volm_osm_object_ids(std::string const& bin_file);
H A Dvolm_osm_objects.cxx256 volm_osm_object_ids::volm_osm_object_ids(std::string const& bin_file) in volm_osm_object_ids() function in volm_osm_object_ids
267 void volm_osm_object_ids::add_pt(unsigned const& pt_id) in add_pt()
274 void volm_osm_object_ids::add_line(unsigned const& line_id) in add_line()
281 void volm_osm_object_ids::add_region(unsigned const& region_id) in add_region()
289 bool volm_osm_object_ids::write_osm_ids(std::string const& bin_file) in write_osm_ids()
300 void volm_osm_object_ids::b_write(vsl_b_ostream& os) const in b_write()
315 void volm_osm_object_ids::b_read(vsl_b_istream& is) in b_read()
H A Dvolm_io_tools.cxx333 ptr->contents_ = new volm_osm_object_ids(bin_file); in read_osm_data_and_tree()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/exe/
H A Dvolm_generate_osm.cxx73 ptr->contents_ = new volm_osm_object_ids(bin_file); in main()
192 leaf_ptr->contents_ = new volm_osm_object_ids(); in main()
206 leaf_ptr->contents_ = new volm_osm_object_ids(); in main()
230 leaf_ptr->contents_ = new volm_osm_object_ids(); in main()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/Templates/
H A Dvbl_smart_ptr+volm_osm_objects.cxx8 VBL_SMART_PTR_INSTANTIATE(volm_osm_object_ids);
H A Dvolm_geo_index2+volm-.cxx8 VOLM_GEO_INDEX2_INSTANTIATE(volm_osm_object_ids);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/tests/
H A Dtest_osm_object.cxx111 volm_osm_object_ids obj_ids(pt_ids, line_ids, region_ids); in test_osm_object_ids()
119 volm_osm_object_ids_sptr obj_sptr = new volm_osm_object_ids("./volm_osm_object_ids.bin"); in test_osm_object_ids()