2 #ifndef vil_io_smart_ptr_h 3 #define vil_io_smart_ptr_h 14 #include <vsl/vsl_binary_io.h> 32 #endif // vil_io_smart_ptr_h A templated smart pointer class.
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.
Contains a templated smart pointer class.
void vsl_b_read(vsl_b_istream &is, vil_image_view< T > &image)
Binary load vil_image_view<T> from stream.