Home
last modified time | relevance | path

Searched defs:boxm2_scene_sptr (Results 1 – 8 of 8) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/ocl/
H A Dboxm2_vecf_ocl_orbit_vector_field.cxx2 bool boxm2_vecf_ocl_orbit_vector_field::compute_forward_transform(boxm2_scene_sptr /*source*/, in compute_forward_transform() argument
7 bool boxm2_vecf_ocl_orbit_vector_field::compute_inverse_transform(boxm2_scene_sptr /*target*/, in compute_inverse_transform() argument
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/
H A Dboxm2_vecf_similarity_transform.cxx39 boxm2_vecf_similarity_transform::make_forward_mapper(boxm2_scene_sptr /*source*/, boxm2_block_id c… in make_forward_mapper() argument
46 boxm2_vecf_similarity_transform::make_inverse_mapper(boxm2_scene_sptr /*source*/, boxm2_block_id c… in make_inverse_mapper() argument
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/
H A Dboxm2_opencl_cache.cxx577 void boxm2_opencl_cache::lru_push_front( std::pair<boxm2_scene_sptr, boxm2_block_id> scene_id_pair… in lru_push_front()
592 bool boxm2_opencl_cache::lru_remove_last(std::pair<boxm2_scene_sptr, boxm2_block_id> &lru_id) in lru_remove_last()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/algo/
H A Dboxm2_export_oriented_point_cloud_function.cxx119 void boxm2_export_oriented_point_cloud_function::exportPointCloudPLY(const boxm2_scene_sptr& /*sce… in exportPointCloudPLY()
199 void boxm2_export_oriented_point_cloud_function::exportColorPointCloudPLY(const boxm2_scene_sptr& in exportColorPointCloudPLY()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/
H A Dboxm2_scene.h58 typedef vbl_smart_ptr<boxm2_scene> boxm2_scene_sptr; typedef
H A Dboxm2_scene.cxx855 void vsl_b_write(vsl_b_ostream& /*os*/, boxm2_scene_sptr&) {} in vsl_b_write() argument
864 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_scene_sptr&) {} in vsl_b_read() argument
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/io/
H A Dboxm2_lru_cache.cxx422 bool boxm2_lru_cache::remove_scene(boxm2_scene_sptr & /*scene*/) in remove_scene() argument
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2_multi/algo/
H A Dboxm2_multi_update_cell.cxx165 const boxm2_scene_sptr& /*scene*/, in calc_beta_per_block()