ReactOS 0.4.16-dev-88-ga65b6ae
|
Public Member Functions | |
Knotspec (void) | |
~Knotspec (void) | |
void | factors (void) |
void | insert (REAL *) |
void | preselect () |
void | select (void) |
void | copy (INREAL *, REAL *) |
void | breakpoints (void) |
void | knots (void) |
void | transform (REAL *) |
void | showpts (REAL *) |
void | pt_io_copy (REAL *, INREAL *) |
void | pt_oo_copy (REAL *, REAL *) |
void | pt_oo_sum (REAL *, REAL *, REAL *, Knot, Knot) |
Definition at line 54 of file tobezier.cc.
Knotspec::Knotspec | ( | void | ) |
Definition at line 315 of file tobezier.cc.
Knotspec::~Knotspec | ( | void | ) |
Definition at line 505 of file tobezier.cc.
Referenced by select().
Definition at line 330 of file tobezier.cc.
Referenced by Splinespec::copy(), and copy().
Definition at line 374 of file tobezier.cc.
Referenced by select().
Definition at line 403 of file tobezier.cc.
Referenced by transform().
Definition at line 547 of file tobezier.cc.
Referenced by select().
Definition at line 446 of file tobezier.cc.
Definition at line 622 of file tobezier.cc.
Referenced by copy().
Definition at line 647 of file tobezier.cc.
Referenced by insert().
Definition at line 670 of file tobezier.cc.
Referenced by insert().
Definition at line 485 of file tobezier.cc.
Definition at line 354 of file tobezier.cc.
Referenced by showpts().
Definition at line 570 of file tobezier.cc.
Referenced by transform(), and Splinespec::transform().
Breakpt* Knotspec::bbegin |
Definition at line 65 of file tobezier.cc.
Referenced by breakpoints(), factors(), insert(), Knotspec(), preselect(), select(), and ~Knotspec().
Breakpt* Knotspec::bend |
Definition at line 66 of file tobezier.cc.
Referenced by breakpoints(), factors(), insert(), knots(), preselect(), and select().
Knot_ptr Knotspec::inkbegin |
Definition at line 56 of file tobezier.cc.
Referenced by Splinespec::kspecinit(), preselect(), and select().
Knot_ptr Knotspec::inkend |
Definition at line 57 of file tobezier.cc.
Referenced by knots(), Splinespec::kspecinit(), and preselect().
int Knotspec::istransformed |
Definition at line 74 of file tobezier.cc.
Referenced by transform(), and Splinespec::transform().
Knot_ptr Knotspec::kfirst |
Definition at line 62 of file tobezier.cc.
Referenced by preselect().
Knot_ptr Knotspec::klast |
Definition at line 63 of file tobezier.cc.
Referenced by breakpoints(), and preselect().
Knot_ptr Knotspec::kleft |
Definition at line 60 of file tobezier.cc.
Referenced by breakpoints(), knots(), preselect(), and select().
Knot_ptr Knotspec::kright |
Definition at line 61 of file tobezier.cc.
Referenced by breakpoints(), knots(), and preselect().
Knotspec* Knotspec::kspectotrans |
Definition at line 76 of file tobezier.cc.
Referenced by transform().
int Knotspec::ncoords |
Definition at line 67 of file tobezier.cc.
Referenced by pt_io_copy(), pt_oo_copy(), and pt_oo_sum().
Knotspec* Knotspec::next |
Definition at line 75 of file tobezier.cc.
Referenced by copy(), Splinespec::kspecinit(), Splinespec::layout(), Splinespec::select(), Splinespec::setupquilt(), showpts(), transform(), Splinespec::transform(), and Splinespec::~Splinespec().
long Knotspec::order |
Definition at line 55 of file tobezier.cc.
Referenced by knots(), Splinespec::kspecinit(), and select().
Knot_ptr Knotspec::outkbegin |
Definition at line 58 of file tobezier.cc.
Referenced by knots(), Knotspec(), select(), and ~Knotspec().
Knot_ptr Knotspec::outkend |
Definition at line 59 of file tobezier.cc.
int Knotspec::postoffset |
Definition at line 71 of file tobezier.cc.
Referenced by insert(), select(), and transform().
int Knotspec::poststride |
Definition at line 69 of file tobezier.cc.
Referenced by copy(), insert(), showpts(), and transform().
int Knotspec::postwidth |
Definition at line 73 of file tobezier.cc.
Referenced by insert(), select(), and transform().
int Knotspec::preoffset |
Definition at line 70 of file tobezier.cc.
int Knotspec::prestride |
Definition at line 68 of file tobezier.cc.
Referenced by copy(), and Splinespec::kspecinit().
int Knotspec::prewidth |
Definition at line 72 of file tobezier.cc.
Referenced by copy(), insert(), select(), showpts(), and transform().
Knot_ptr Knotspec::sbegin |
Definition at line 64 of file tobezier.cc.
Referenced by breakpoints(), factors(), insert(), Knotspec(), and ~Knotspec().