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. |
Definition in file vgl_io_cylinder.h.
#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.
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.
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.
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.