2 #ifndef vbl_io_bounding_box_h 3 #define vbl_io_bounding_box_h 10 #include <vsl/vsl_fwd.h> 13 # include <vcl_msvc_warnings.h> 17 template <
class T,
class DIM_>
21 template <
class T,
class DIM_>
25 template <
class T,
class DIM_>
28 #endif // vbl_io_bounding_box_h void vsl_b_read(vsl_b_istream &is, vbl_bounding_box_base< T, DIM_ > &p)
Binary load vbl_bounding_box from stream.
Contains a bounding box class.
void vsl_b_write(vsl_b_ostream &os, const vbl_bounding_box_base< T, DIM_ > &p)
Binary save vbl_bounding_box to stream.
void vsl_print_summary(std::ostream &os, const vbl_bounding_box_base< T, DIM_ > &p)
Print human readable summary of object to a stream.