#include "vsol_polyline_2d.h"
#include <vsol/vsol_point_2d.h>
#include <vgl/vgl_vector_2d.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_2d *p) |
Binary save vsol_polyline_2d to stream. | |
void | vsl_b_read (vsl_b_istream &is, vsol_polyline_2d *&p) |
Binary load vsol_polyline_2d from stream. |
Definition in file vsol_polyline_2d.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vsol_polyline_2d *& | p | ||
) |
Binary load vsol_polyline_2d from stream.
Binary load vsol_polyline_2d* from stream.
Definition at line 258 of file vsol_polyline_2d.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vsol_polyline_2d * | p | ||
) |
Binary save vsol_polyline_2d to stream.
Binary save vsol_polyline_2d* to stream.
Definition at line 244 of file vsol_polyline_2d.cxx.