Home
last modified time | relevance | path

Searched refs:vsl_b_istream (Results 1 – 25 of 854) sorted by relevance

12345678910>>...35

/dports/misc/vxl/vxl-3.3.2/core/vsl/
H A Dvsl_binary_io.h166 class vsl_b_istream
173 vsl_b_istream(std::istream *is);
179 virtual ~vsl_b_istream() = default;
238 class vsl_b_ifstream: public vsl_b_istream
262 void vsl_b_read(vsl_b_istream& is,bool& b);
270 void vsl_b_read(vsl_b_istream& is,char& n );
306 void vsl_b_read(vsl_b_istream& is,char* s );
350 void vsl_b_read(vsl_b_istream& is,short& n );
366 void vsl_b_read(vsl_b_istream& is,long& n );
407 void vsl_b_read(vsl_b_istream& is,float& n );
[all …]
H A Dvsl_block_binary.h13 void vsl_block_binary_read_confirm_specialisation(vsl_b_istream &is, bool specialised);
21 inline void vsl_block_binary_read(vsl_b_istream &is, T* begin, std::size_t nelems);
32 void vsl_block_binary_read_float_impl(vsl_b_istream &is, T* begin, std::size_t nelems);
49 inline void vsl_block_binary_read(vsl_b_istream &is, double* begin, std::size_t nelems) in vsl_block_binary_read()
69 inline void vsl_block_binary_read(vsl_b_istream &is, float* begin, std::size_t nelems) in vsl_block_binary_read()
82 void vsl_block_binary_read_int_impl(vsl_b_istream &is, T* begin, std::size_t nelems);
101 inline void vsl_block_binary_read(vsl_b_istream &is, int* begin, std::size_t nelems) in vsl_block_binary_read()
146 inline void vsl_block_binary_read(vsl_b_istream &is, short* begin, std::size_t nelems) in vsl_block_binary_read()
192 inline void vsl_block_binary_read(vsl_b_istream &is, long* begin, std::size_t nelems) in vsl_block_binary_read()
275 void vsl_block_binary_read_byte_impl(vsl_b_istream &is, T* begin, std::size_t nelems);
[all …]
H A Dvsl_binary_io.cxx29 local_vsl_b_read(vsl_b_istream & is, TYPE & n) in local_vsl_b_read()
84 vsl_b_read(vsl_b_istream & is, char & n) in vsl_b_read()
156 vsl_b_read(vsl_b_istream & is, char * s) in vsl_b_read()
177 vsl_b_read(vsl_b_istream & is, bool & b) in vsl_b_read()
192 vsl_b_read(vsl_b_istream & is, float & n) in vsl_b_read()
206 vsl_b_read(vsl_b_istream & is, double & n) in vsl_b_read()
345 vsl_b_istream::vsl_b_istream(std::istream * i_s) in vsl_b_istream() function in vsl_b_istream
377 vsl_b_istream::is() const in is()
386 vsl_b_istream::version_no() const in version_no()
392 bool vsl_b_istream::operator!() const in operator !()
[all …]
H A Dvsl_block_binary.cxx44 vsl_block_binary_read_confirm_specialisation(vsl_b_istream & is, bool specialised) in vsl_block_binary_read_confirm_specialisation()
276 vsl_block_binary_read_float_impl(vsl_b_istream &, double *, std::size_t);
278 vsl_block_binary_read_float_impl(vsl_b_istream &, float *, std::size_t);
294 vsl_block_binary_read_int_impl(vsl_b_istream &, long *, std::size_t);
296 vsl_block_binary_read_int_impl(vsl_b_istream &, unsigned long *, std::size_t);
298 vsl_block_binary_read_int_impl(vsl_b_istream &, int *, std::size_t);
300 vsl_block_binary_read_int_impl(vsl_b_istream &, unsigned int *, std::size_t);
302 vsl_block_binary_read_int_impl(vsl_b_istream &, short *, std::size_t);
312 vsl_block_binary_read_byte_impl(vsl_b_istream &, signed char *, std::size_t);
322 vsl_block_binary_read_int_impl(vsl_b_istream &, vxl_int_64 *, std::size_t);
[all …]
H A Dvsl_b_read_block_old.h39 inline void vsl_b_read_block_old(vsl_b_istream &is, T* begin, std::size_t nelems) in vsl_b_read_block_old()
52 inline void vsl_b_read_block_old(vsl_b_istream &is, double* begin, std::size_t nelems) in vsl_b_read_block_old()
65 inline void vsl_b_read_block_old(vsl_b_istream &is, float* begin, std::size_t nelems) in vsl_b_read_block_old()
80 inline void vsl_b_read_block_old(vsl_b_istream &is, int* begin, std::size_t nelems) in vsl_b_read_block_old()
111 inline void vsl_b_read_block_old(vsl_b_istream &is, unsigned int* begin, std::size_t nelems) in vsl_b_read_block_old()
142 inline void vsl_b_read_block_old(vsl_b_istream &is, short* begin, std::size_t nelems) in vsl_b_read_block_old()
173 inline void vsl_b_read_block_old(vsl_b_istream &is, unsigned short* begin, std::size_t nelems) in vsl_b_read_block_old()
204 inline void vsl_b_read_block_old(vsl_b_istream &is, long* begin, std::size_t nelems) in vsl_b_read_block_old()
235 inline void vsl_b_read_block_old(vsl_b_istream &is, unsigned long* begin, std::size_t nelems) in vsl_b_read_block_old()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsta/
H A Dbsta_random_wrapper.cxx13 void vsl_b_read(vsl_b_istream& /*is*/, bsta_random_wrapper & /*scene*/) {} in vsl_b_read() argument
14 void vsl_b_read(vsl_b_istream& /*is*/, bsta_random_wrapper* /*p*/) {} in vsl_b_read() argument
15 void vsl_b_read(vsl_b_istream& /*is*/, bsta_random_wrapper_sptr& /*sptr*/) {} in vsl_b_read() argument
16 void vsl_b_read(vsl_b_istream& /*is*/, bsta_random_wrapper_sptr const& /*sptr*/) {} in vsl_b_read() argument
H A Dbsta_random_wrapper.h41 void vsl_b_read(vsl_b_istream& is, bsta_random_wrapper &scene);
42 void vsl_b_read(vsl_b_istream& is, bsta_random_wrapper* p);
43 void vsl_b_read(vsl_b_istream& is, bsta_random_wrapper_sptr& sptr);
44 void vsl_b_read(vsl_b_istream& is, bsta_random_wrapper_sptr const& sptr);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/brad/io/
H A Dbrad_io_atmospheric_parameters.cxx19 vsl_b_read(vsl_b_istream & /*is*/, brad_atmospheric_parameters& /*m*/) in vsl_b_read() argument
38 void vsl_b_read(vsl_b_istream& /*is*/, brad_atmospheric_parameters* /*p*/){} in vsl_b_read() argument
40 void vsl_b_read(vsl_b_istream& /*is*/, brad_atmospheric_parameters_sptr& /*sptr*/){} in vsl_b_read() argument
42 void vsl_b_read(vsl_b_istream& /*is*/, brad_atmospheric_parameters_sptr const& /*sptr*/){} in vsl_b_read() argument
H A Dbrad_io_image_metadata.cxx19 vsl_b_read(vsl_b_istream & /*is*/, brad_image_metadata& /*m*/) in vsl_b_read() argument
38 void vsl_b_read(vsl_b_istream& /*is*/, brad_image_metadata* /*p*/){} in vsl_b_read() argument
40 void vsl_b_read(vsl_b_istream& /*is*/, brad_image_metadata_sptr& /*sptr*/){} in vsl_b_read() argument
42 void vsl_b_read(vsl_b_istream& /*is*/, brad_image_metadata_sptr const& /*sptr*/){} in vsl_b_read() argument
H A Dbrad_io_atmospheric_parameters.h28 vsl_b_read(vsl_b_istream &is, brad_atmospheric_parameters& m);
42 void vsl_b_read(vsl_b_istream& is, brad_atmospheric_parameters* p);
44 void vsl_b_read(vsl_b_istream& is, brad_atmospheric_parameters_sptr& sptr);
46 void vsl_b_read(vsl_b_istream& is, brad_atmospheric_parameters_sptr const& sptr);
H A Dbrad_io_image_metadata.h28 vsl_b_read(vsl_b_istream &is, brad_image_metadata& m);
42 void vsl_b_read(vsl_b_istream& is, brad_image_metadata* p);
44 void vsl_b_read(vsl_b_istream& is, brad_image_metadata_sptr& sptr);
46 void vsl_b_read(vsl_b_istream& is, brad_image_metadata_sptr const& sptr);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/io/
H A Dboxm2_cache.cxx23 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_cache & /*scene*/){} in vsl_b_read() argument
24 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_cache* /*p*/){} in vsl_b_read() argument
25 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_cache_sptr& /*sptr*/){} in vsl_b_read() argument
26 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_cache_sptr const& /*sptr*/){} in vsl_b_read() argument
H A Dboxm2_cache1.cxx26 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_cache1 & /*scene*/){} in vsl_b_read() argument
27 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_cache1* /*p*/){} in vsl_b_read() argument
28 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_cache1_sptr& /*sptr*/){} in vsl_b_read() argument
29 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_cache1_sptr const& /*sptr*/){} in vsl_b_read() argument
H A Dboxm2_stream_block_cache.h65 void vsl_b_read(vsl_b_istream& is, boxm2_stream_block_cache &scene);
66 void vsl_b_read(vsl_b_istream& is, boxm2_stream_block_cache* p);
67 void vsl_b_read(vsl_b_istream& is, boxm2_stream_block_cache_sptr& sptr);
68 void vsl_b_read(vsl_b_istream& is, boxm2_stream_block_cache_sptr const& sptr);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/volm/
H A Dboxm2_volm_io.h27 void vsl_b_read(vsl_b_istream &is, boxm2_volm_loc_hypotheses& m);
37 void vsl_b_read(vsl_b_istream& is, boxm2_volm_loc_hypotheses* p);
39 void vsl_b_read(vsl_b_istream& is, boxm2_volm_loc_hypotheses_sptr& sptr);
41 void vsl_b_read(vsl_b_istream& is, boxm2_volm_loc_hypotheses_sptr const& sptr);
H A Dboxm2_volm_io.cxx18 void vsl_b_read(vsl_b_istream &is, boxm2_volm_loc_hypotheses& m) in vsl_b_read()
31 void vsl_b_read(vsl_b_istream& is, boxm2_volm_loc_hypotheses* p){p->b_read(is);} in vsl_b_read()
33 void vsl_b_read(vsl_b_istream& is, boxm2_volm_loc_hypotheses_sptr& sptr){sptr->b_read(is);} in vsl_b_read()
35 void vsl_b_read(vsl_b_istream& is, boxm2_volm_loc_hypotheses_sptr const& sptr){std::cerr<<"vsl_b_re… in vsl_b_read()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/io/
H A Dbstm_cache.cxx26 void vsl_b_read(vsl_b_istream& /*is*/, bstm_cache & /*scene*/){} in vsl_b_read() argument
27 void vsl_b_read(vsl_b_istream& /*is*/, bstm_cache* /*p*/){} in vsl_b_read() argument
28 void vsl_b_read(vsl_b_istream& /*is*/, bstm_cache_sptr& /*sptr*/){} in vsl_b_read() argument
29 void vsl_b_read(vsl_b_istream& /*is*/, bstm_cache_sptr const& /*sptr*/){} in vsl_b_read() argument
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsta/algo/
H A Dbsta_sigma_normalizer.h56 void vsl_b_read(vsl_b_istream& is, bsta_sigma_normalizer &scene);
57 void vsl_b_read(vsl_b_istream& is, bsta_sigma_normalizer* p);
58 void vsl_b_read(vsl_b_istream& is, bsta_sigma_normalizer_sptr& sptr);
59 void vsl_b_read(vsl_b_istream& is, bsta_sigma_normalizer_sptr const& sptr);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvpl/kernels/io/
H A Dbvpl_io_kernel.h30 void vsl_b_read(vsl_b_istream & is, bvpl_kernel &k);
36 void vsl_b_read(vsl_b_istream& is, bvpl_kernel* k);
51 void vsl_b_read(vsl_b_istream & is, bvpl_kernel_vector &k);
57 void vsl_b_read(vsl_b_istream& is, bvpl_kernel_vector* k);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/vpgl_pro/
H A Dvpgl_dem_manager.h38 void vsl_b_read(vsl_b_istream& is, vpgl_dem_manager &dm);
39 void vsl_b_read(vsl_b_istream& is, vpgl_dem_manager* dmp);
40 void vsl_b_read(vsl_b_istream& is, vpgl_dem_manager_sptr& dm_sptr);
41 void vsl_b_read(vsl_b_istream& is, vpgl_dem_manager_sptr const& dm_sptr);
H A Dvpgl_dem_manager.cxx31 void vsl_b_read(vsl_b_istream& /*is*/, vpgl_dem_manager& /*dem_mgr*/) {} in vsl_b_read() argument
33 void vsl_b_read(vsl_b_istream& /*is*/, vpgl_dem_manager* /*dem_mgr_ptr*/) {} in vsl_b_read() argument
35 void vsl_b_read(vsl_b_istream& /*is*/, vpgl_dem_manager_sptr&) {} in vsl_b_read() argument
37 void vsl_b_read(vsl_b_istream& /*is*/, vpgl_dem_manager_sptr const&) {} in vsl_b_read() argument
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bocl/
H A Dbocl_device.cxx56 void vsl_b_read(vsl_b_istream& /*is*/, bocl_device & /*scene*/){} in vsl_b_read() argument
57 void vsl_b_read(vsl_b_istream& /*is*/, bocl_device* /*p*/){} in vsl_b_read() argument
58 void vsl_b_read(vsl_b_istream& /*is*/, bocl_device_sptr& /*sptr*/){} in vsl_b_read() argument
59 void vsl_b_read(vsl_b_istream& /*is*/, bocl_device_sptr const& /*sptr*/){} in vsl_b_read() argument
H A Dbocl_device.h61 void vsl_b_read(vsl_b_istream& is, bocl_device &scene);
62 void vsl_b_read(vsl_b_istream& is, bocl_device* p);
63 void vsl_b_read(vsl_b_istream& is, bocl_device_sptr& sptr);
64 void vsl_b_read(vsl_b_istream& is, bocl_device_sptr const& sptr);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/betr/
H A Dbetr_site.h48 void vsl_b_read(vsl_b_istream& is, betr_site &site);
49 void vsl_b_read(vsl_b_istream& is, betr_site* p);
50 void vsl_b_read(vsl_b_istream& is, betr_site_sptr& sptr);
51 void vsl_b_read(vsl_b_istream& is, betr_site_sptr const& sptr);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/conf/
H A Dvolm_conf_score.h60 void b_read(vsl_b_istream& is);
75 void vsl_b_read(vsl_b_istream& is, volm_conf_score& socre);
76 void vsl_b_read(vsl_b_istream& is, volm_conf_score*& score_ptr);
77 void vsl_b_read(vsl_b_istream& is, volm_conf_score_sptr& score_sptr);

12345678910>>...35