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