Home
last modified time | relevance | path

Searched defs:lvcs (Results 1 – 25 of 150) sorted by relevance

123456

/dports/misc/vxl/vxl-3.3.2/core/vpgl/file_formats/
H A Dvpgl_geo_camera.h41 vpgl_geo_camera(vnl_matrix<double> trans_matrix, vpgl_lvcs_sptr lvcs) in vpgl_geo_camera()
70 vpgl_lvcs_sptr lvcs = nullptr; in init_geo_camera() local
94 vpgl_lvcs_sptr lvcs = nullptr; in init_geo_camera() local
104 void set_lvcs(const vpgl_lvcs* lvcs) {lvcs_ = (lvcs) ? lvcs->clone() : nullptr; } in set_lvcs()
105 void set_lvcs(const vpgl_lvcs_sptr& lvcs) {lvcs_ = (lvcs) ? lvcs->clone() : nullptr; } in set_lvcs()
109 vpgl_lvcs_sptr const lvcs() {return lvcs_;} in lvcs() function
H A Dvpgl_geo_camera.cxx55 const vpgl_lvcs *lvcs) in load_from_geotiff()
64 const vpgl_lvcs* lvcs) in load_from_resource()
155 const vpgl_lvcs_sptr & lvcs, in init_geo_camera()
194 const vpgl_lvcs *lvcs) in load_from_geotransform()
224 const vpgl_lvcs_sptr & lvcs, in init_geo_camera()
336 const vpgl_lvcs_sptr & lvcs, in init_geo_camera_from_filename()
402 const vpgl_lvcs_sptr & lvcs, in init_geo_camera()
830 vpgl_lvcs_sptr lvcs = new vpgl_lvcs(); in operator >>() local
962 const vpgl_lvcs* lvcs) in load_geo_camera_from_geotiff()
973 const vpgl_lvcs* lvcs) in load_geo_camera_from_resource()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/betr/
H A Dbetr_geo_object_3d.h23 betr_geo_object_3d(const vpgl_lvcs& lvcs):lvcs_(lvcs){} in betr_geo_object_3d()
24 betr_geo_object_3d(vsol_spatial_object_3d_sptr so, vpgl_lvcs const& lvcs) in betr_geo_object_3d()
36 vpgl_lvcs lvcs() const {return lvcs_;} in lvcs() function
38 void set_lvcs(vpgl_lvcs lvcs){lvcs_ = lvcs;} in set_lvcs()
H A Dbetr_event_trigger.h40 betr_event_trigger(vpgl_lvcs const& lvcs): name_("no_name"), lvcs_(lvcs), lvcs_valid_(true), in betr_event_trigger()
44 …betr_event_trigger(std::string name, vpgl_lvcs const& lvcs): name_(std::move(name)), lvcs_(lvcs),… in betr_event_trigger()
48 void set_lvcs(vpgl_lvcs const& lvcs){lvcs_=lvcs; lvcs_valid_=true;} in set_lvcs()
91 vpgl_lvcs lvcs() const {return lvcs_;} in lvcs() function
H A Dbetr_gridded_geo_polygon_3d.h27 betr_gridded_geo_polygon_3d(const vpgl_lvcs& lvcs):betr_geo_object_3d(lvcs){} in betr_gridded_geo_polygon_3d()
28 …betr_gridded_geo_polygon_3d(vsol_spatial_object_3d_sptr so, vpgl_lvcs const& lvcs, double grid_spa… in betr_gridded_geo_polygon_3d()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_local_rational_camera.h59 void set_lvcs(vpgl_lvcs const& lvcs) {lvcs_ = lvcs;} in set_lvcs()
63 vpgl_lvcs lvcs() const {return lvcs_;} in lvcs() function
/dports/misc/vxl/vxl-3.3.2/core/vpgl/io/
H A Dvpgl_io_lvcs.cxx8 vsl_b_write(vsl_b_ostream & os, vpgl_lvcs const & lvcs) in vsl_b_write()
38 vsl_b_read(vsl_b_istream & is, vpgl_lvcs & lvcs) in vsl_b_read()
91 vpgl_lvcs * lvcs = lvcs_sptr.ptr(); in vsl_b_write() local
99 vpgl_lvcs * lvcs = nullptr; in vsl_b_read() local
H A Dvpgl_io_local_rational_camera.hxx21 vpgl_lvcs lvcs = camera.lvcs(); in vsl_b_write() local
39 vpgl_lvcs lvcs; in vsl_b_read() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/vpgl_pro/processes/
H A Dvpgl_save_lvcs_process.cxx35 vpgl_lvcs_sptr lvcs = pro.get_input<vpgl_lvcs_sptr>(0); in vpgl_save_lvcs_process() local
99 …vpgl_lvcs lvcs(lat, lon, el, vpgl_lvcs::str_to_enum(cs_name.c_str()), vpgl_lvcs::DEG, vpgl_lvcs::M… in vpgl_create_and_save_lvcs_process() local
H A Dvpgl_convert_to_local_coordinates_process.cxx60 vpgl_lvcs lvcs; in vpgl_convert_to_local_coordinates_process() local
120 vpgl_lvcs_sptr lvcs = pro.get_input<vpgl_lvcs_sptr>(0); in vpgl_convert_to_local_coordinates_process2() local
H A Dvpgl_geo_camera_processes.cxx39 vpgl_lvcs_sptr lvcs = new vpgl_lvcs; in vpgl_create_geo_camera_process_cons() local
58 vpgl_lvcs_sptr lvcs = pro.get_input<vpgl_lvcs_sptr>(in_i++); in vpgl_create_geo_camera_process() local
94 vpgl_lvcs_sptr lvcs = new vpgl_lvcs; // initialize lvcs to empty in vpgl_load_geo_camera_process_cons() local
110 vpgl_lvcs_sptr lvcs = pro.get_input<vpgl_lvcs_sptr>(1); in vpgl_load_geo_camera_process() local
513 vpgl_lvcs_sptr lvcs = new vpgl_lvcs; in vpgl_load_geo_camera_process2() local
534 vpgl_lvcs_sptr lvcs = new vpgl_lvcs; in vpgl_load_geo_camera_process3_cons() local
552 vpgl_lvcs_sptr lvcs = pro.get_input<vpgl_lvcs_sptr>(1); in vpgl_load_geo_camera_process3() local
H A Dvpgl_load_lvcs_process.cxx42 vpgl_lvcs_sptr lvcs = new vpgl_lvcs; in vpgl_load_lvcs_process() local
H A Dvpgl_convert_to_local_rational_camera_process.cxx35 vpgl_lvcs_sptr lvcs = pro.get_input<vpgl_lvcs_sptr>(1); in vpgl_convert_to_local_rational_camera_process() local
H A Dvpgl_create_local_rational_camera_process.cxx59 vpgl_lvcs lvcs; in vpgl_create_local_rational_camera_process() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm_multi/
H A Dspace_time_scene_parser.hxx30 bool space_time_scene_parser<Block>::lvcs(vpgl_lvcs &lvcs) { in lvcs() function in space_time_scene_parser
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_observable_textured_mesh.cxx10 void bwm_observable_textured_mesh::save_gml(std::ostream& os, int obj_count, vpgl_lvcs* lvcs) in save_gml()
84 void bwm_observable_textured_mesh::save_kml(std::ostream& os, int obj_count, vpgl_lvcs* lvcs, in save_kml()
133 void bwm_observable_textured_mesh::save_kml_collada(std::ostream& os, vpgl_lvcs* lvcs, in save_kml_collada()
226 void bwm_observable_textured_mesh::save_x3d(std::ostream &os, vpgl_lvcs* lvcs) in save_x3d()
H A Dbwm_observer_rat_cam.cxx166 vpgl_lvcs lvcs; in camera_direction() local
276 vpgl_lvcs lvcs(sv->y(),sv->x(),sv->z(), vpgl_lvcs::wgs84,vpgl_lvcs::DEG,vpgl_lvcs::METERS); in set_lvcs_at_selected_vertex() local
300 vpgl_lvcs lvcs(origin_poly3d->vertex(0)->y(), in define_lvcs() local
320 vpgl_lvcs lvcs; in adjust_camera_offset() local
364 vpgl_lvcs lvcs; in save_selected() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/pro/processes/
H A Dbvxm_create_synth_lidar_data_process.cxx39 vpgl_lvcs_sptr& lvcs) in gen_lidar_view()
99 vpgl_lvcs_sptr lvcs = new vpgl_lvcs(); in bvxm_create_synth_lidar_data_process() local
H A Dbvxm_scene_box_process.cxx47 vpgl_lvcs_sptr lvcs = params->lvcs(); in bvxm_scene_box_process() local
101 vpgl_lvcs_sptr lvcs = params->lvcs(); in bvxm_scene_origin_process() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/
H A Dboxm2_scene_parser.cxx38 bool boxm2_scene_parser::lvcs(vpgl_lvcs& lvcs) in lvcs() function in boxm2_scene_parser
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/
H A Dbstm_scene_parser.cxx30 bool bstm_scene_parser::lvcs(vpgl_lvcs& lvcs) in lvcs() function in bstm_scene_parser
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/tests/
H A Dtest_voxel_world.cxx37 vpgl_lvcs_sptr lvcs = new vpgl_lvcs(); in test_voxel_world() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/pro/processes/
H A Dbstm_scene_lvcs_process.cxx43 vpgl_lvcs_sptr lvcs = new vpgl_lvcs(scene->lvcs()); in bstm_scene_lvcs_process() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm_multi/pro/processes/
H A Dbstm_multi_scene_lvcs_process.cxx45 vpgl_lvcs_sptr lvcs = new vpgl_lvcs(scene->lvcs()); in bstm_scene_lvcs_process() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_scene_lvcs_process.cxx43 vpgl_lvcs_sptr lvcs = new vpgl_lvcs(scene->lvcs()); in boxm2_scene_lvcs_process() local

123456