Functions
core/vpgl/io/vpgl_io_lvcs.h File Reference
#include <vsl/vsl_binary_io.h>
#include <vpgl/vpgl_lvcs.h>
#include <vpgl/vpgl_lvcs_sptr.h>

Go to the source code of this file.

Functions

void vsl_b_write (vsl_b_ostream &os, vpgl_lvcs const &lvcs)
 Binary save lvcs to stream.
void vsl_b_read (vsl_b_istream &is, vpgl_lvcs &lvcs)
 Binary load lvcs from stream.
void vsl_print_summary (vcl_ostream &os, const vpgl_lvcs &l)
 Print human readable summary of object to a stream.
void vsl_b_write (vsl_b_ostream &os, vpgl_lvcs_sptr const &lvcs_sptr)
 Binary save lvcs sptr to stream.
void vsl_b_read (vsl_b_istream &is, vpgl_lvcs_sptr &lvcs)
 Binary load lvcs from stream.

Detailed Description

Definition in file vpgl_io_lvcs.h.


Function Documentation

void vsl_b_read ( vsl_b_istream is,
vpgl_lvcs lvcs 
)

Binary load lvcs from stream.

Definition at line 35 of file vpgl_io_lvcs.cxx.

void vsl_b_read ( vsl_b_istream is,
vpgl_lvcs_sptr lvcs_sptr 
)

Binary load lvcs from stream.

Definition at line 91 of file vpgl_io_lvcs.cxx.

void vsl_b_write ( vsl_b_ostream os,
vpgl_lvcs const &  lvcs 
)

Binary save lvcs to stream.

Definition at line 7 of file vpgl_io_lvcs.cxx.

void vsl_b_write ( vsl_b_ostream os,
vpgl_lvcs_sptr const &  lvcs_sptr 
)

Binary save lvcs sptr to stream.

Definition at line 83 of file vpgl_io_lvcs.cxx.

void vsl_print_summary ( vcl_ostream &  os,
const vpgl_lvcs l 
)

Print human readable summary of object to a stream.

Definition at line 77 of file vpgl_io_lvcs.cxx.