#include <PtCloud.H>
Inherited by InSpace::GLPtCloud.
Public Member Functions | |
PtCloud () | |
virtual | ~PtCloud () |
virtual int | num () |
virtual Wpt | point (int n) |
virtual Wvec | norm (int n) |
virtual Color | color (int n) |
virtual void | addPt (Wpt p, Wvec n, Color c) |
Protected Attributes | |
Wpt_list | _points |
ARRAY< Wvec > | _norms |
ARRAY< Color > | _colors |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|