Home
last modified time | relevance | path

Searched refs:boxm2_stream_cache_sptr (Results 1 – 25 of 32) sorted by relevance

12

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/io/
H A Dboxm2_stream_cache.h110 typedef vbl_smart_ptr<boxm2_stream_cache> boxm2_stream_cache_sptr; typedef
116 void vsl_b_write(vsl_b_ostream& os, boxm2_stream_cache_sptr& sptr);
117 void vsl_b_write(vsl_b_ostream& os, boxm2_stream_cache_sptr const& sptr);
122 void vsl_b_read(vsl_b_istream& is, boxm2_stream_cache_sptr& sptr);
123 void vsl_b_read(vsl_b_istream& is, boxm2_stream_cache_sptr const& sptr);
H A Dboxm2_stream_cache.cxx127 void vsl_b_write(vsl_b_ostream& /*os*/, boxm2_stream_cache_sptr& /*sptr*/) {} in vsl_b_write() argument
128 void vsl_b_write(vsl_b_ostream& /*os*/, boxm2_stream_cache_sptr const& /*sptr*/) {} in vsl_b_write()
133 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_stream_cache_sptr& /*sptr*/) {} in vsl_b_read() argument
134 void vsl_b_read(vsl_b_istream& /*is*/, boxm2_stream_cache_sptr const& /*sptr*/) {} in vsl_b_read()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/algo/
H A Dboxm2_mean_intensities_batch_functor.h23 bool init_data(boxm2_data_base *output_alph, boxm2_stream_cache_sptr str_cache) in init_data()
47 boxm2_stream_cache_sptr str_cache_;
60 bool init_data(boxm2_data_base *output_alph, boxm2_stream_cache_sptr str_cache) in init_data()
85 boxm2_stream_cache_sptr str_cache_;
H A Dboxm2_compute_nonsurface_histogram_functor.h26 boxm2_stream_cache_sptr str_cache) in init_data()
38 boxm2_stream_cache_sptr str_cache) in init_data()
114 boxm2_stream_cache_sptr str_cache_;
H A Dboxm2_synoptic_function_functors.h69 boxm2_stream_cache_sptr str_cache) in init_data()
133 boxm2_stream_cache_sptr str_cache_;
149 bool init_data(boxm2_stream_cache_sptr str_cache, in init_data()
251 boxm2_stream_cache_sptr str_cache_;
269 boxm2_stream_cache_sptr str_cache, in init_data()
380 boxm2_stream_cache_sptr str_cache_;
425 boxm2_stream_cache_sptr str_cache_;
H A Dboxm2_compute_normal_albedo_functor.h35 const boxm2_stream_cache_sptr& str_cache,
45 boxm2_stream_cache_sptr str_cache_;
H A Dboxm2_shadow_model_functor.h22 boxm2_stream_cache_sptr str_cache, in init_data()
71 boxm2_stream_cache_sptr str_cache_;
H A Dboxm2_compute_normal_albedo_functor_opt.h74 const boxm2_stream_cache_sptr& str_cache,
84 boxm2_stream_cache_sptr str_cache_;
H A Dboxm2_batch_functors.h252 …bool init_data(boxm2_data_base *alph, boxm2_data_base *mog, boxm2_stream_cache_sptr str_cache, bst… in init_data()
329 boxm2_stream_cache_sptr str_cache_;
349 …bool init_data(boxm2_data_base *alph, boxm2_data_base *mog, boxm2_stream_cache_sptr str_cache, bst… in init_data()
406 boxm2_stream_cache_sptr str_cache_;
424 …bool init_data(boxm2_data_base *alph, boxm2_data_base *mog, boxm2_stream_cache_sptr str_cache, bst… in init_data()
516 boxm2_stream_cache_sptr str_cache_;
H A Dboxm2_compute_phongs_model_functor.h32 boxm2_stream_cache_sptr str_cache, in init_data()
124 boxm2_stream_cache_sptr str_cache_;
H A Dboxm2_batch_opt2_phongs_functors.h238 boxm2_stream_cache_sptr str_cache1, in init_data()
239 boxm2_stream_cache_sptr str_cache2, in init_data()
340 boxm2_stream_cache_sptr str_cache1_;
341 boxm2_stream_cache_sptr str_cache2_;
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/pro/processes/
H A Dboxm2_cpp_mean_intensities_batch_process.cxx65 boxm2_stream_cache_sptr str_cache= pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_mean_intensities_batch_process()
121 boxm2_stream_cache_sptr str_cache =pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_mean_intensities_print_process()
H A Dboxm2_cpp_batch_update_nonsurface_model_process.cxx64 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_update_nonsurface_model_process()
H A Dboxm2_cpp_batch_compute_synoptic_function_1d_process.cxx66 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_compute_synoptic_function_1d_process()
H A Dboxm2_cpp_batch_compute_phong_model_process.cxx69 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_compute_phong_model_process()
H A Dboxm2_cpp_batch_compute_shadow_model_process.cxx65 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_compute_shadow_model_process()
H A Dboxm2_cpp_batch_compute_3d_points_process.cxx65 boxm2_stream_cache_sptr str_cache= pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_compute_3d_points_process()
H A Dboxm2_cpp_batch_probe_intensities_process.cxx72 boxm2_stream_cache_sptr str_cache= pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_probe_intensities_process()
H A Dboxm2_cpp_batch_update_processes.cxx354 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_update_process()
453 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_update_app_process()
559 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_update_alpha_process()
H A Dboxm2_cpp_batch_compute_normal_albedo_process.cxx76 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(2); in boxm2_cpp_batch_compute_normal_albedo_process()
H A Dboxm2_cpp_batch_update_opt2_phongs_processes.cxx255boxm2_stream_cache_sptr str_cache1 = pro.get_input<boxm2_stream_cache_sptr>(i++); //: this is for… in boxm2_cpp_batch_update_opt2_phongs_process()
256boxm2_stream_cache_sptr str_cache2 = pro.get_input<boxm2_stream_cache_sptr>(i++); // this is for a… in boxm2_cpp_batch_update_opt2_phongs_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_create_stream_cache_process.cxx95 pro.set_output_val<boxm2_stream_cache_sptr>(0, str_cache); in boxm2_create_stream_cache_process()
130 boxm2_stream_cache_sptr cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_stream_cache_close_files_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/pro/processes/
H A Dboxm2_ocl_paint_batch_process.cxx70 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_ocl_paint_batch_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/io/Templates/
H A Dbrdb_value_t+boxm2_stream_cache_sptr-.cxx4 BRDB_VALUE_INSTANTIATE(boxm2_stream_cache_sptr, "boxm2_stream_cache_sptr");
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/algo/
H A Dboxm2_ocl_paint_batch.h24 const boxm2_stream_cache_sptr& str_cache,

12