Representation of a generic image source or destination. More...
#include <vil3d/vil3d_image_view_base.h>
#include <vcl_cassert.h>
#include <vil/vil_smart_ptr.h>
#include <vil/vil_pixel_format.h>
Go to the source code of this file.
Classes | |
class | vil3d_image_resource |
Abstract representation of an image source or image destination. More... | |
Typedefs | |
typedef vil_smart_ptr < vil3d_image_resource > | vil3d_image_resource_sptr |
Use this type to refer to and store a vil3d_image_resource. |
Representation of a generic image source or destination.
Definition in file vil3d_image_resource.h.
Use this type to refer to and store a vil3d_image_resource.
This object is used to provide safe manipulation of vil3d_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 128 of file vil3d_image_resource.h.