Functions
core/vil/io/vil_io_image_view_base.h File Reference

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/io/vil_io_smart_ptr.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 voxel world to stream.
VCL_DEFINE_SPECIALIZATION void vsl_b_read (vsl_b_istream &is, vil_image_view_base_sptr &view_base)
 Binary load voxel world from stream.

Detailed Description

vsl binary I/O functions for reading and writing vil_image_view_base_sptr.

Author:
Daniel Crispell
Date:
February 7, 2008

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.


Function Documentation

VCL_DEFINE_SPECIALIZATION void vsl_b_read ( vsl_b_istream &  is,
vil_image_view_base_sptr view_base 
)

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 voxel world to stream.

Definition at line 12 of file vil_io_image_view_base.cxx.