Classes | Functions
contrib/gel/vsol/vsol_polyline_3d.h File Reference

Generic polyline in 3D for drawing simple curves. More...

#include <vsol/vsol_curve_3d.h>
#include <vsol/vsol_point_3d_sptr.h>
#include <vsl/vsl_binary_io.h>
#include <vcl_vector.h>
#include <vcl_string.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  vsol_polyline_3d
 General Polyline class, part of the vsol_curve_3d hierarchy. More...

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.

Detailed Description

Generic polyline in 3D for drawing simple curves.

This class inherits from vsol_curve_3d.

Author:
Ming-Ching Chang
Date:
2004-09-23
    Modifications
     2004-09-23 Ming-Ching Chang  Creation by mimicking vsol_polyline_2d
   

Definition in file vsol_polyline_3d.h.


Function Documentation

void vsl_b_read ( vsl_b_istream is,
vsol_polyline_3d *&  p 
)

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.

Definition at line 236 of file vsol_polyline_3d.cxx.