Home
last modified time | relevance | path

Searched refs:tif_smart_ptr (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vil/file_formats/
H A Dvil_tiff.h117 struct tif_smart_ptr struct
119 tif_smart_ptr() = default;
121 tif_smart_ptr(tif_ref_cnt* tptr):tptr_(tptr) in tif_smart_ptr() argument
124 tif_smart_ptr(tif_smart_ptr const& tp) in tif_smart_ptr() function
127 ~tif_smart_ptr() in ~tif_smart_ptr() argument
172 vil_tiff_image(tif_smart_ptr const& tif,
242 tif_smart_ptr const& tiff() const in tiff()
252 tif_smart_ptr t_;
374 vil_tiff_pyramid_resource(tif_smart_ptr const& t, bool read = true);
446 tif_smart_ptr t_;
H A Dvil_tiff.cxx244 tif_smart_ptr tif_sptr = new tif_ref_cnt(tss->tif); in make_input_image()
260 tif_smart_ptr tif_sptr = new tif_ref_cnt(in); in make_input_pyramid_image()
366 tif_smart_ptr tsptr = new tif_ref_cnt(tss->tif); in make_blocked_output_image()
388 tif_smart_ptr tsptr = new tif_ref_cnt(out); in make_pyramid_output_image()
404 vil_tiff_image::vil_tiff_image(tif_smart_ptr const & tif_sptr, vil_tiff_header * th, const unsigned… in vil_tiff_image()
1367 vil_tiff_pyramid_resource::vil_tiff_pyramid_resource(tif_smart_ptr const & t, bool read) in vil_tiff_pyramid_resource()