Go to the source code of this file.
Macros | |
| #define | VGL_XIO_BOX_3D_INSTANTIATE(T) template void x_write(std::ostream &, const vgl_box_3d<T > &, std::string) |
Functions | |
| template<class T > | |
| void | x_write (std::ostream &os, const vgl_box_3d< T > &p, std::string element_name) |
| Binary save self to stream. More... | |
| #define VGL_XIO_BOX_3D_INSTANTIATE | ( | T | ) | template void x_write(std::ostream &, const vgl_box_3d<T > &, std::string) |
Definition at line 26 of file vgl_xio_box_3d.hxx.
| void x_write | ( | std::ostream & | os, |
| const vgl_box_3d< T > & | p, | ||
| std::string | element_name | ||
| ) |
Binary save self to stream.
XML save vgl_box_3d to stream.
Definition at line 14 of file vgl_xio_box_3d.hxx.
1.8.15