Home
last modified time | relevance | path

Searched refs:vsl_b_istream (Results 101 – 125 of 854) sorted by relevance

12345678910>>...35

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/acal/io/
H A Dacal_io_match_utils.h14 void vsl_b_read(vsl_b_istream &is, acal_corr& obj);
19 void vsl_b_read(vsl_b_istream &is, acal_match_pair& obj);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/basic/
H A Dboxm2_block_id.cxx30 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_block_id_sptr& /*sptr*/) {} in vsl_b_read() argument
33 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_block_id_sptr const& /*sptr*/) {} in vsl_b_read() argument
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/volm/io/
H A Dboxm2_volm_io_locations.h18 void vsl_b_read(vsl_b_istream & is, boxm2_volm_loc_hypotheses &loc_hyp);
22 void vsl_b_read(vsl_b_istream& is, boxm2_volm_loc_hypotheses* p);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/io/
H A Dbvxm_io_voxel_world.h19 void vsl_b_read(vsl_b_istream & is, bvxm_voxel_world &world);
23 void vsl_b_read(vsl_b_istream& is, bvxm_voxel_world* p);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvpl/util/io/
H A Dbvpl_corner_pairs_io.h31 void vsl_b_read(vsl_b_istream & is, bvpl_corner_pairs &k);
37 void vsl_b_read(vsl_b_istream& is, bvpl_corner_pairs* k);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/grid/io/
H A Dbvxm_io_voxel_grid_base.h19 void vsl_b_read(vsl_b_istream & is, bvxm_voxel_grid_base &sb);
23 void vsl_b_read(vsl_b_istream& is, bvxm_voxel_grid_base* p);
H A Dbvxm_io_voxel_slab_base.h19 void vsl_b_read(vsl_b_istream & is, bvxm_voxel_slab_base &sb);
23 void vsl_b_read(vsl_b_istream& is, bvxm_voxel_slab_base* p);
H A Dbvxm_io_voxel_slab_base.cxx16 void vsl_b_read(vsl_b_istream & /*is*/, bvxm_voxel_slab_base & /*ph*/) in vsl_b_read() argument
22 void vsl_b_read(vsl_b_istream& is, bvxm_voxel_slab_base* ph) in vsl_b_read()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/bbas_pro/
H A Dbbas_1d_array_int.h26 void vsl_b_read(vsl_b_istream & is, bbas_1d_array_int &a);
29 void vsl_b_read(vsl_b_istream& is, bbas_1d_array_int* b);
H A Dbbas_1d_array_unsigned.h26 void vsl_b_read(vsl_b_istream & is, bbas_1d_array_unsigned &a);
29 void vsl_b_read(vsl_b_istream& is, bbas_1d_array_unsigned* b);
H A Dbbas_1d_array_double.h26 void vsl_b_read(vsl_b_istream & is, bbas_1d_array_double &a);
29 void vsl_b_read(vsl_b_istream& is, bbas_1d_array_double* b);
H A Dbbas_1d_array_float.h26 void vsl_b_read(vsl_b_istream & is, bbas_1d_array_float &a);
29 void vsl_b_read(vsl_b_istream& is, bbas_1d_array_float* b);
H A Dbbas_1d_array_byte.h26 void vsl_b_read(vsl_b_istream & is, bbas_1d_array_byte &a);
29 void vsl_b_read(vsl_b_istream& is, bbas_1d_array_byte* b);
/dports/misc/vxl/vxl-3.3.2/core/vil/io/
H A Dvil_io_memory_chunk.h18 void vsl_b_read(vsl_b_istream &is, vil_memory_chunk& chunk);
26 void vsl_b_read(vsl_b_istream &is, vil_memory_chunk*& chunk);
H A Dvil_io_smart_ptr.hxx66 void vsl_b_read(vsl_b_istream &is, vil_smart_ptr<T> &p) in vsl_b_read()
144 void vsl_b_read(vsl_b_istream& is, vil_smart_ptr<T> * &p)
188 template void vsl_b_read(vsl_b_istream &, vil_smart_ptr<T > &); \
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/basic/
H A Dbstm_block_id.cxx28 void vsl_b_read(vsl_b_istream& /*is*/, bstm_block_id_sptr& /*sptr*/) {} in vsl_b_read() argument
31 void vsl_b_read(vsl_b_istream& /*is*/, bstm_block_id_sptr const& /*sptr*/) {} in vsl_b_read() argument
/dports/misc/vxl/vxl-3.3.2/core/vsl/
H A Dvsl_set_io.h16 class vsl_b_istream; variable
24 void vsl_b_read(vsl_b_istream& s, std::set<T>& v);
H A Dvsl_tuple_io.h16 class vsl_b_istream; variable
24 void vsl_b_read(vsl_b_istream& is, std::tuple<Types ...>& v);
H A Dvsl_complex_io.h16 class vsl_b_istream; variable
24 void vsl_b_read(vsl_b_istream& s, std::complex<T>& v);
H A Dvsl_deque_io.h16 class vsl_b_istream; variable
24 void vsl_b_read(vsl_b_istream& s, std::deque<T>& v);
H A Dvsl_list_io.h16 class vsl_b_istream; variable
24 void vsl_b_read(vsl_b_istream& s, std::list<T>& v);
H A Dvsl_stack_io.h16 class vsl_b_istream; variable
24 void vsl_b_read(vsl_b_istream& s, std::stack<T>& v);
H A Dvsl_pair_io.h16 class vsl_b_istream; variable
24 void vsl_b_read(vsl_b_istream& s, std::pair<S, T>& v);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/
H A Dvolm_osm_object_line.cxx29 void volm_osm_object_line::b_read(vsl_b_istream& is) in b_read()
79 void vsl_b_read(vsl_b_istream& is, volm_osm_object_line*& rptr) in vsl_b_read()
91 void vsl_b_read(vsl_b_istream& is, volm_osm_object_line_sptr& sptr) in vsl_b_read()
/dports/misc/vxl/vxl-3.3.2/core/vbl/io/tests/
H A Dvbl_io_test_classes.h26 void vsl_b_read(vsl_b_istream&, impl &);
29 void vsl_b_read(vsl_b_istream& is, impl * &);

12345678910>>...35