Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/exe/
H A Dvolm_create_osm_intersection_kml.cxx139 std::vector<volm_land_layer> net_props; in main() local
144 net_props.push_back(roads_in_leaf_props[i]); in main()
150 …if (!volm_io_tools::search_junctions(curr_rd, curr_rd_prop, net, net_props, cross_pts, cross_props… in main()
291 std::vector<volm_land_layer> net_props;
296 net_props.push_back(roads_in_leaf_props[i]);
302 …if (!volm_io_tools::search_junctions(curr_rd, curr_rd_prop, net, net_props, cross_pts, cross_props…
H A Dvolm_create_osm_2d_map.cxx387 std::vector<volm_land_layer> net_props; in main() local
390 net.push_back(roads_in_leaf[i]); net_props.push_back(roads_in_leaf_props[i]); in main()
396 …if (!volm_io_tools::search_junctions(curr_rd, curr_rd_prop, net, net_props, cross_pts, cross_props… in main()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_io_tools.h114 … std::vector<std::vector<vgl_point_2d<double> > > net, std::vector<volm_land_layer> net_props,
H A Dvolm_io_tools.cxx856 … std::vector<std::vector<vgl_point_2d<double> > > net, std::vector<volm_land_layer> net_props, in search_junctions() argument
881 find_junctions(curr_seg, road_prop, curr_net_seg, net_props[r_idx], pt, prop); in search_junctions()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/conf/
H A Dvolm_conf_land_map_indexer.cxx349 std::vector<volm_land_layer> net_props; in add_locations() local
352 net.push_back(lines_in_local[i]); net_props.push_back(lines_in_prop[i]); in add_locations()
358 …if (!volm_io_tools::search_junctions(curr_line, curr_prop, net, net_props, cross_pts, cross_props,… in add_locations()