#include <iostream>#include "vil_io_image_view_base.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 | |
| template<> | |
| void | vsl_b_write (vsl_b_ostream &os, vil_image_view_base_sptr const &view_base) |
| Binary write image view base to stream. More... | |
| template<> | |
| void | vsl_b_read (vsl_b_istream &is, vil_image_view_base_sptr &view_base) |
| Binary load image view base from stream. More... | |
| template<> | |
| void | vsl_b_write (vsl_b_ostream &, vil_image_resource_sptr const &) |
| Binary write voxel world to stream. More... | |
| template<> | |
| void | vsl_b_read (vsl_b_istream &, vil_image_resource_sptr &) |
| Binary load voxel world from stream. More... | |
| 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 85 of file vil_io_image_view_base.cxx.
| void vsl_b_read | ( | vsl_b_istream & | , |
| vil_image_resource_sptr & | |||
| ) |
Binary load voxel world from stream.
Definition at line 188 of file vil_io_image_view_base.cxx.
| 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 15 of file vil_io_image_view_base.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | , |
| vil_image_resource_sptr const & | |||
| ) |
Binary write voxel world to stream.
Definition at line 182 of file vil_io_image_view_base.cxx.
1.8.15