2 #ifndef vgl_io_cylinder_h 3 #define vgl_io_cylinder_h 10 #include <vsl/vsl_binary_io.h> 24 #define VGL_IO_CYLINDER_INSTANTIATE(T) extern "Please #include <vgl/io/vgl_io_cylinder.hxx>" 26 #endif // vgl_io_cylinder_h void vsl_print_summary(std::ostream &os, const vgl_cylinder< T > &cyl)
Print human readable summary of object to a stream.
void vsl_b_write(vsl_b_ostream &os, const vgl_cylinder< T > &cyl)
Binary save vgl_cylinder to stream.
defines a cylinder in 3D by a center point, radius, length and orientation
void vsl_b_read(vsl_b_istream &is, vgl_cylinder< T > &cyl)
Binary load vgl_cylinder from stream.