Group of spatial objects in a 2D space. More...
#include <vsl/vsl_binary_io.h>#include <vsol/vsol_spatial_object_2d.h>#include <vcl_vector.h>#include <vcl_iostream.h>Go to the source code of this file.
Classes | |
| class | vsol_group_2d |
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, const vsol_group_2d *p) |
| Binary save vsol_group_2d* to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vsol_group_2d *&p) |
| Binary load vsol_group_2d* from stream. | |
Group of spatial objects in a 2D space.
Modifications
2000-04-14 François BERTEL Creation
2000-06-17 Peter Vanroose Implemented all operator==()s and type info
2004-05-14 Peter Vanroose Added describe()
2004-05-16 Joseph Mundy Added binary I/0
Definition in file vsol_group_2d.h.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vsol_group_2d *& | p | ||
| ) |
Binary load vsol_group_2d* from stream.
Definition at line 371 of file vsol_group_2d.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const vsol_group_2d * | p | ||
| ) |
Binary save vsol_group_2d* to stream.
Definition at line 359 of file vsol_group_2d.cxx.
1.7.5.1