#include "vil_io_image_view_base.h"
#include <vcl_iostream.h>
#include <vsl/vsl_binary_io.h>
#include <vil/vil_image_view_base.h>
#include <vil/vil_image_view.h>
#include <vil/io/vil_io_image_view.h>
Go to the source code of this file.
Functions | |
VCL_DEFINE_SPECIALIZATION void | vsl_b_write (vsl_b_ostream &os, vil_image_view_base_sptr const &view_base) |
Binary write image view base to stream. | |
VCL_DEFINE_SPECIALIZATION void | vsl_b_read (vsl_b_istream &is, vil_image_view_base_sptr &view_base) |
Binary load image view base from stream. |
Definition in file vil_io_image_view_base.cxx.
VCL_DEFINE_SPECIALIZATION void vsl_b_read | ( | vsl_b_istream & | is, |
vil_image_view_base_sptr & | view_base | ||
) |
Binary load image view base from stream.
Binary load voxel world from stream.
Definition at line 82 of file vil_io_image_view_base.cxx.
VCL_DEFINE_SPECIALIZATION void vsl_b_write | ( | vsl_b_ostream & | os, |
vil_image_view_base_sptr const & | view_base | ||
) |
Binary write image view base to stream.
Binary write voxel world to stream.
Definition at line 12 of file vil_io_image_view_base.cxx.