Definition in file vil_image_resource_sptr.h.
#include <vil/vil_smart_ptr.h>
Go to the source code of this file.
Typedefs | |
| typedef vil_smart_ptr< vil_image_resource > | vil_image_resource_sptr |
| Use this type to refer to and store a vil_image_resource. | |
Use this type to refer to and store a vil_image_resource.
This object is used to provide safe manipulation of vil_image_resource derivatives. If you want to store an image resource (e.g. an image on disk, type-agnostic memory image), then use this type.
Definition at line 11 of file vil_image_resource_sptr.h.
1.5.1