ReactOS 0.4.16-dev-122-g325d74c
|
Public Member Functions | |
Splinespec (int) | |
~Splinespec (void) | |
void | kspecinit (Knotvector &) |
void | kspecinit (Knotvector &, Knotvector &) |
void | select (void) |
void | layout (long) |
void | setupquilt (Quilt_ptr) |
void | copy (INREAL *) |
void | transform (void) |
Public Attributes | |
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::kspecinit | ( | Knotvector & | knotvector | ) |
Definition at line 174 of file tobezier.cc.
Referenced by Quilt::toBezier().
void Splinespec::kspecinit | ( | Knotvector & | sknotvector, |
Knotvector & | tknotvector | ||
) |
Definition at line 185 of file tobezier.cc.
Definition at line 228 of file tobezier.cc.
Referenced by Quilt::toBezier().
Definition at line 212 of file tobezier.cc.
Referenced by Quilt::toBezier().
Definition at line 266 of file tobezier.cc.
Referenced by Quilt::toBezier().
Definition at line 295 of file tobezier.cc.
Referenced by Quilt::toBezier().
int Splinespec::dim |
Definition at line 99 of file tobezier.cc.
Referenced by setupquilt(), and Splinespec().
Knotspec* Splinespec::kspec |
Definition at line 98 of file tobezier.cc.
Referenced by copy(), kspecinit(), layout(), select(), setupquilt(), transform(), and ~Splinespec().
REAL* Splinespec::outcpts |
Definition at line 100 of file tobezier.cc.
Referenced by copy(), layout(), setupquilt(), and transform().