vil_image_resource_sptr.h
Go to the documentation of this file.
1 // This is core/vil/vil_image_resource_sptr.h
2 #ifndef vil_image_resource_sptr_h_
3 #define vil_image_resource_sptr_h_
4 
5 //:
6 // \file
7 // \brief Smart pointer to an image resource.
8 
9 #include <vil/vil_smart_ptr.h>
10 
12 
13 //: Use this type to refer to and store a vil_image_resource
14 // This object is used to provide safe manipulation of
15 // vil_image_resource derivatives. If you want to
16 // store an image resource (e.g. an image on disk, type-agnostic
17 // memory image), then use this type.
19 
20 
21 #endif // vil_image_resource_sptr_h_
vil_smart_ptr< vil_image_resource > vil_image_resource_sptr
Use this type to refer to and store a vil_image_resource.
Abstract representation of an image source or image destination.
Contains a templated smart pointer class.