2 #ifndef vgl_io_box_2d_h 3 #define vgl_io_box_2d_h 10 #include <vsl/vsl_binary_io.h> 24 #endif // vgl_io_box_2d_h
void vsl_b_write(vsl_b_ostream &os, const vgl_box_2d< T > &v)
Binary save vgl_box_2d to stream.
Contains class to represent a cartesian 2D bounding box.
void vsl_b_read(vsl_b_istream &is, vgl_box_2d< T > &v)
Binary load vgl_box_2d from stream.
void vsl_print_summary(std::ostream &os, const vgl_box_2d< T > &b)
Print human readable summary of object to a stream.