2 #ifndef vil_io_memory_chunk_h_ 3 #define vil_io_memory_chunk_h_ 9 #include <vsl/vsl_binary_io.h> Serialised binary IO functions for vil_smart_ptr<T>
void vsl_print_summary(std::ostream &os, const vil_image_view< T > &image)
Print human readable summary of a vil_image_view<T> object to a stream.
void vsl_b_write(vsl_b_ostream &os, const vil_image_view< T > &image)
Binary save vil_image_view<T> to stream.
Ref. counted block of data on the heap.
void vsl_b_read(vsl_b_istream &is, vil_image_view< T > &image)
Binary load vil_image_view<T> from stream.