FreeWRL / FreeX3D 4.3.0
|
Public Member Functions | |
Splinespec (int) | |
void | kspecinit (Knotvector &) |
void | kspecinit (Knotvector &, Knotvector &) |
void | select (void) |
void | layout (long) |
void | setupquilt (Quilt_ptr) |
void | copy (INREAL *) |
void | transform (void) |
Data Fields | |
Knotspec * | kspec |
int | dim |
REAL * | outcpts |
Definition at line 95 of file tobezier.cc.
Splinespec::Splinespec | ( | int | dimen | ) |
Definition at line 146 of file tobezier.cc.
Splinespec::~Splinespec | ( | void | ) |
Definition at line 151 of file tobezier.cc.
void Splinespec::copy | ( | INREAL * | incpts | ) |
Definition at line 253 of file tobezier.cc.
void Splinespec::kspecinit | ( | Knotvector & | knotvector | ) |
Definition at line 174 of file tobezier.cc.
void Splinespec::kspecinit | ( | Knotvector & | sknotvector, |
Knotvector & | tknotvector ) |
Definition at line 185 of file tobezier.cc.
void Splinespec::layout | ( | long | ncoords | ) |
Definition at line 228 of file tobezier.cc.
void Splinespec::select | ( | void | ) |
Definition at line 212 of file tobezier.cc.
void Splinespec::setupquilt | ( | Quilt_ptr | quilt | ) |
Definition at line 266 of file tobezier.cc.
void Splinespec::transform | ( | void | ) |
Definition at line 295 of file tobezier.cc.
int Splinespec::dim |
Definition at line 99 of file tobezier.cc.
Knotspec* Splinespec::kspec |
Definition at line 98 of file tobezier.cc.
REAL* Splinespec::outcpts |
Definition at line 100 of file tobezier.cc.