#include <vil_tiff.h>
Public Member Functions | |
tif_smart_ptr () | |
tif_smart_ptr (tif_ref_cnt *tptr) | |
tif_smart_ptr (tif_smart_ptr const &tp) | |
~tif_smart_ptr () | |
bool | operator! () const |
Inverse bool. | |
TIFF * | tif () const |
Convenient get TIFF* for header construction; assumes temporary use. | |
Private Attributes | |
tif_ref_cnt * | tptr_ |
Definition at line 112 of file vil_tiff.h.
tif_smart_ptr::tif_smart_ptr | ( | ) | [inline] |
Definition at line 114 of file vil_tiff.h.
tif_smart_ptr::tif_smart_ptr | ( | tif_ref_cnt * | tptr | ) | [inline] |
Definition at line 116 of file vil_tiff.h.
tif_smart_ptr::tif_smart_ptr | ( | tif_smart_ptr const & | tp | ) | [inline] |
Definition at line 119 of file vil_tiff.h.
tif_smart_ptr::~tif_smart_ptr | ( | ) | [inline] |
Definition at line 122 of file vil_tiff.h.
bool tif_smart_ptr::operator! | ( | ) | const [inline] |
Inverse bool.
Definition at line 132 of file vil_tiff.h.
TIFF* tif_smart_ptr::tif | ( | ) | const [inline] |
Convenient get TIFF* for header construction; assumes temporary use.
Definition at line 138 of file vil_tiff.h.
tif_ref_cnt* tif_smart_ptr::tptr_ [private] |
Definition at line 140 of file vil_tiff.h.