Home
last modified time | relevance | path

Searched refs:geometry_position_id (Results 1 – 5 of 5) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_observable_textured_mesh.cxx135 std::string geometry_position_id, in save_kml_collada() argument
147 os <<" <source id=\"" << geometry_position_id.c_str() << "\">\n"; in save_kml_collada()
203 …os <<" <input semantic=\"POSITION\" source=\"#" << geometry_position_id.c_str() << "\"/>\n"; in save_kml_collada()
H A Dbwm_observable_textured_mesh.h41 std::string geometry_position_id,
H A Dbwm_world.cxx468 std::ostringstream geometry_position_id; in save_kml_collada() local
469 geometry_position_id << objname.str() << "_geometry_position"; in save_kml_collada()
492 geometry_position_ids.push_back(geometry_position_id.str()); in save_kml_collada()
H A Dbwm_observer_rat_cam.cxx695 std::ostringstream geometry_position_id;
696 geometry_position_id << objname.str() << "_geometry_position";
719 geometry_position_ids.push_back(geometry_position_id.str());
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/imesh/
H A Dimesh_fileio.cxx436 std::string geometry_position_id = "geometry_position"; in imesh_write_kml_collada() local
489 <<" <source id=\"" << geometry_position_id << "\">\n" in imesh_write_kml_collada()
523 <<" <input semantic=\"POSITION\" source=\"#" << geometry_position_id << "\"/>\n" in imesh_write_kml_collada()