#include <curve.h>
Inheritance diagram for iCurveTemplate:
Public Methods | |
virtual iObject* | QueryObject ()=0 |
Get the iObject for this curve template. | |
virtual void | SetMaterial (iMaterialWrapper *mat)=0 |
Set the material wrapper. | |
virtual iMaterialWrapper* | GetMaterial ()=0 |
Get the material wrapper. | |
virtual iCurve* | MakeCurve ()=0 |
Make a curve from this template. | |
virtual int | GetVertexCount () const=0 |
Get the number of vertices. | |
virtual int | GetVertex (int idx) const=0 |
Get a vertex. | |
virtual void | SetVertex (int idx, int vt)=0 |
Set a vertex. |