#include <nurbsGL.hh>
Inheritance diagram for PLib::PointListGL::
Public Methods | |
PointListGL () | |
PointListGL (const PointListGL &pl) | |
PointListGL (const BasicList< Point3Df > &l) | |
virtual void | glObject () const |
void | setPsize (int s) |
int | read (const char *f) |
int | write (const char *f) const |
int | read (ifstream &fin) |
int | write (ofstream &fout) const |
void | applyTransform () |
ObjectGL * | copy () |
Public Attributes | |
BasicList< Point3Df > | list |
Protected Attributes | |
int | psize |
|
Copy constructor.
|
|
Constructor from a list of points.
|
|
apply the local transformation to the curve.
Apply the local transformation to the curve. This is necessary if you want to get the proper position for the control points before doing anymore processing on them.
Reimplemented from PLib::ObjectGL. |
|
Displays a list of points.
Reimplemented from PLib::ObjectGL. |
|
Reads a list of points.
Reimplemented from PLib::ObjectGL. |
|
Reads the information from a stream.
Reimplemented from PLib::ObjectGL. |
|
Writes a list of points.
Reimplemented from PLib::ObjectGL. |
|
Writes a ObjectGL to a file.
Reimplemented from PLib::ObjectGL. |