1 #ifndef vil_io_image_view_base_h_ 2 #define vil_io_image_view_base_h_ 11 #include <vsl/vsl_binary_io.h> An abstract base class of smart pointers to actual image data in memory.
A templated smart pointer class.
A base class reference-counting view of some image data.
Serialised binary IO functions for vil_smart_ptr<T>
void vsl_b_write(vsl_b_ostream &os, const vil_image_view< T > &image)
Binary save vil_image_view<T> to stream.
Representation of a generic image source or destination.
void vsl_b_read(vsl_b_istream &is, vil_image_view< T > &image)
Binary load vil_image_view<T> from stream.