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