#include "vsol_polyhedron.h"#include <vcl_cassert.h>#include <vcl_iostream.h>#include <vsl/vsl_vector_io.h>#include <vsol/vsol_point_3d.h>Go to the source code of this file.
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, vsol_polyhedron const *p) |
| Binary save vsol_polyhedron to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vsol_polyhedron *&p) |
| Binary load vsol_polyhedron from stream. | |
Definition in file vsol_polyhedron.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vsol_polyhedron *& | p | ||
| ) |
Binary load vsol_polyhedron from stream.
Binary load vsol_polyhedron* from stream.
Definition at line 201 of file vsol_polyhedron.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| vsol_polyhedron const * | p | ||
| ) |
Binary save vsol_polyhedron to stream.
Binary save vsol_polyhedron* to stream.
Definition at line 188 of file vsol_polyhedron.cxx.
1.7.5.1