Defines | Functions
core/vgl/io/vgl_io_conic.h File Reference
#include <vgl/vgl_conic.h>
#include <vsl/vsl_binary_io.h>

Go to the source code of this file.

Defines

#define VGL_IO_CONIC_INSTANTIATE(T)   extern "Please #include <vgl/io/vgl_io_conic.txx>"

Functions

template<class T >
void vsl_b_write (vsl_b_ostream &os, vgl_conic< T > const &p)
 Binary save vgl_conic to stream.
template<class T >
void vsl_b_read (vsl_b_istream &is, vgl_conic< T > &p)
 Binary load vgl_conic from stream.
template<class T >
void vsl_print_summary (vcl_ostream &os, vgl_conic< T > const &p)
 Print human readable summary of object to a stream.

Detailed Description

Author:
Peter Vanroose
Date:
21-Sep-2001

Definition in file vgl_io_conic.h.


Define Documentation

#define VGL_IO_CONIC_INSTANTIATE (   T)    extern "Please #include <vgl/io/vgl_io_conic.txx>"

Definition at line 24 of file vgl_io_conic.h.


Function Documentation

template<class T >
void vsl_b_read ( vsl_b_istream &  is,
vgl_conic< T > &  conic 
)

Binary load vgl_conic from stream.

Definition at line 29 of file vgl_io_conic.txx.

template<class T >
void vsl_b_write ( vsl_b_ostream &  os,
vgl_conic< T > const &  conic 
)

Binary save vgl_conic to stream.

Definition at line 14 of file vgl_io_conic.txx.

template<class T >
void vsl_print_summary ( vcl_ostream &  os,
vgl_conic< T > const &  conic 
)

Print human readable summary of object to a stream.

Definition at line 60 of file vgl_io_conic.txx.