Detailed Description
Definition at line 517 of file client.hpp.
List of all members.
Public Member Functions |
| Polyline (double x0, double y0, double z0, double x1, double y1, double z1) |
void | addPoint (const Point3D &point) |
void | addPoint (jblas::vec point) |
void | addPoint (double x, double y, double z) |
void | clear () |
Point3D const & | back () |
int | size () |
const std::string | construct_string () const |
Protected Attributes |
std::vector< Point3D > | line |
The documentation for this class was generated from the following file: