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