Functions
vgl_io_polygon.cxx File Reference
#include <iostream>
#include "vgl_io_polygon.h"

Go to the source code of this file.

Functions

template<class T >
void vsl_b_write (vsl_b_ostream &os, vgl_polygon< T > const &p)
 Binary save self to stream. More...
 
template void vsl_b_write (vsl_b_ostream &, vgl_polygon< float > const &)
 
template void vsl_b_write (vsl_b_ostream &, vgl_polygon< double > const &)
 
template<class T >
void vsl_b_read (vsl_b_istream &is, vgl_polygon< T > &p)
 Binary load self from stream. More...
 
template void vsl_b_read (vsl_b_istream &, vgl_polygon< float > &)
 
template void vsl_b_read (vsl_b_istream &, vgl_polygon< double > &)
 
template<class T >
void vsl_print_summary (std::ostream &os, vgl_polygon< T >const &p)
 Output a human readable summary to the stream. More...
 
template void vsl_print_summary (std::ostream &, vgl_polygon< float >const &)
 
template void vsl_print_summary (std::ostream &, vgl_polygon< double >const &)
 

Function Documentation

◆ vsl_b_read() [1/3]

template<class T >
void vsl_b_read ( vsl_b_istream &  is,
vgl_polygon< T > &  p 
)

Binary load self from stream.

Binary load vgl_box_3d from stream.

Definition at line 29 of file vgl_io_polygon.cxx.

◆ vsl_b_read() [2/3]

template void vsl_b_read ( vsl_b_istream &  ,
vgl_polygon< float > &   
)

◆ vsl_b_read() [3/3]

template void vsl_b_read ( vsl_b_istream &  ,
vgl_polygon< double > &   
)

◆ vsl_b_write() [1/3]

template<class T >
void vsl_b_write ( vsl_b_ostream &  os,
vgl_polygon< T > const &  p 
)

Binary save self to stream.

Binary save vgl_polygon to stream.

Definition at line 10 of file vgl_io_polygon.cxx.

◆ vsl_b_write() [2/3]

template void vsl_b_write ( vsl_b_ostream &  ,
vgl_polygon< float > const &   
)

◆ vsl_b_write() [3/3]

template void vsl_b_write ( vsl_b_ostream &  ,
vgl_polygon< double > const &   
)

◆ vsl_print_summary() [1/3]

template<class T >
void vsl_print_summary ( std::ostream &  os,
vgl_polygon< T >const &  p 
)

Output a human readable summary to the stream.

Print human readable summary of object to a stream.

Definition at line 70 of file vgl_io_polygon.cxx.

◆ vsl_print_summary() [2/3]

template void vsl_print_summary ( std::ostream &  ,
vgl_polygon< float >const &   
)

◆ vsl_print_summary() [3/3]

template void vsl_print_summary ( std::ostream &  ,
vgl_polygon< double >const &   
)