This is a time stamped and refcounted interface to vbl_box<double,2>
Modifications
2003/01/09 Peter Vanroose deprecated set_min_x() etc. and replaced with
more safe add_point()
2004/05/10 Joseph Mundy added binary I/O methods
2004/05/10 Joseph Mundy changed bounds access methods to const
2004/09/27 Peter Vanroose grow_minmax_bounds() now takes smart pointer arg
2004/11/15 H.Can Aras added inheritance from vsol_box
2006/05/31 O.C. Ozcanli added inside method
Definition in file vsol_box_2d.h.
#include <vsol/vsol_box.h>
#include <vsl/vsl_binary_io.h>
#include <vul/vul_timestamp.h>
#include <vbl/vbl_ref_count.h>
#include <vbl/vbl_bounding_box.h>
#include "vsol_box_2d_sptr.h"
Go to the source code of this file.
Classes | |
| class | vsol_box_2d |
| A bounding box for 2d spatial objects. More... | |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, vsol_box_2d const &p) |
| Stream operator. | |
| void | vsl_b_write (vsl_b_ostream &os, vsol_box_2d_sptr const &p) |
| Binary save vsol_box_2d* to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vsol_box_2d_sptr &p) |
| Binary load vsol_box_2d* from stream. | |
| void | vsl_print_summary (vcl_ostream &os, vsol_box_2d_sptr const &b) |
| Print human readable summary of box to a stream. | |
| vcl_ostream& operator<< | ( | vcl_ostream & | s, | |
| vsol_box_2d const & | p | |||
| ) |
| void vsl_b_read | ( | vsl_b_istream & | is, | |
| vsol_box_2d_sptr & | p | |||
| ) |
| void vsl_b_write | ( | vsl_b_ostream & | os, | |
| vsol_box_2d_sptr const & | p | |||
| ) |
| void vsl_print_summary | ( | vcl_ostream & | os, | |
| vsol_box_2d_sptr const & | b | |||
| ) | [inline] |
Print human readable summary of box to a stream.
(This is needed for the instantiation of vsl_vector_io<vsol_box_2d_sptr>)
Definition at line 109 of file vsol_box_2d.h.
1.5.1