Functions
core/vpgl/io/vpgl_io_lvcs.cxx File Reference
#include "vpgl_io_lvcs.h"
#include <vpgl/vpgl_lvcs.h>
#include <vnl/io/vnl_io_matrix_fixed.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 &c)
 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_sptr)
 Binary load lvcs sptr from stream.

Detailed Description

Definition in file vpgl_io_lvcs.cxx.


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 sptr from stream.

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 c 
)

Print human readable summary of object to a stream.

Definition at line 77 of file vpgl_io_lvcs.cxx.