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