Functions
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. More...
 
void vsl_b_read (vsl_b_istream &is, vpgl_lvcs &lvcs)
 Binary load lvcs from stream. More...
 
void vsl_print_summary (std::ostream &os, const vpgl_lvcs &c)
 Print human readable summary of object to a stream. More...
 
void vsl_b_write (vsl_b_ostream &os, vpgl_lvcs_sptr const &lvcs_sptr)
 Binary save lvcs sptr to stream. More...
 
void vsl_b_read (vsl_b_istream &is, vpgl_lvcs_sptr &lvcs_sptr)
 Binary load lvcs sptr from stream. More...
 

Function Documentation

◆ vsl_b_read() [1/2]

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.

◆ vsl_b_read() [2/2]

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.

◆ vsl_b_write() [1/2]

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.

◆ vsl_b_write() [2/2]

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.

◆ vsl_print_summary()

void vsl_print_summary ( std::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.