vsl binary I/O functions for reading and writing vil_image_view_base_sptr. More...
#include <vsl/vsl_binary_io.h>#include <vil/vil_image_view_base.h>#include <vil/vil_image_resource.h>#include <vil/io/vil_io_smart_ptr.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 voxel world to stream. More... | |
| template<> | |
| void | vsl_b_read (vsl_b_istream &is, vil_image_view_base_sptr &view_base) |
| Binary load voxel world from stream. More... | |
| template<> | |
| void | vsl_b_write (vsl_b_ostream &os, vil_image_resource_sptr const &view_base) |
| Binary write voxel world to stream. More... | |
| template<> | |
| void | vsl_b_read (vsl_b_istream &is, vil_image_resource_sptr &view_base) |
| Binary load voxel world from stream. More... | |
vsl binary I/O functions for reading and writing vil_image_view_base_sptr.
These functions are needed so we can place vil_image_view_base_sptr's in a brdb_database.
Definition in file vil_io_image_view_base.h.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vil_image_view_base_sptr & | view_base | ||
| ) |
Binary load voxel world 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 & | is, |
| vil_image_resource_sptr & | view_base | ||
| ) |
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 voxel world 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 & | os, |
| vil_image_resource_sptr const & | view_base | ||
| ) |
Binary write voxel world to stream.
Definition at line 182 of file vil_io_image_view_base.cxx.
1.8.15