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

Go to the source code of this file.

Defines

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

Functions

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

Detailed Description

Author:
Gamze D. Tunali (gamze@lems.brown.edu)
Date:
11 July 2005

Definition in file vgl_io_cylinder.h.


Define Documentation

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

Definition at line 24 of file vgl_io_cylinder.h.


Function Documentation

template<class T >
void vsl_b_read ( vsl_b_istream &  is,
vgl_cylinder< T > &  cyl 
)

Binary load vgl_cylinder from stream.

Definition at line 26 of file vgl_io_cylinder.txx.

template<class T >
void vsl_b_write ( vsl_b_ostream &  os,
const vgl_cylinder< T > &  cyl 
)

Binary save vgl_cylinder to stream.

Definition at line 14 of file vgl_io_cylinder.txx.

template<class T >
void vsl_print_summary ( vcl_ostream &  os,
const vgl_cylinder< T > &  cyl 
)

Print human readable summary of object to a stream.

Definition at line 62 of file vgl_io_cylinder.txx.