Compute(unsigned int order, int imin, int imax, Vector< N, Real > &X, Real &w) const | gte::NURBSCurve< N, Real > | private |
DEFAULT_MAX_BISECTIONS enum value | gte::ParametricCurve< N, Real > | protected |
DEFAULT_ROMBERG_ORDER enum value | gte::ParametricCurve< N, Real > | protected |
Evaluate(Real t, unsigned int maxOrder, Vector< N, Real > values[4]) const | gte::NURBSCurve< N, Real > | virtual |
GetBasisFunction() const | gte::NURBSCurve< N, Real > | inline |
GetControl(int i) const | gte::NURBSCurve< N, Real > | |
GetControls() const | gte::NURBSCurve< N, Real > | inline |
GetControls() | gte::NURBSCurve< N, Real > | inline |
GetLength(Real t0, Real t1) const | gte::ParametricCurve< N, Real > | |
GetNumControls() const | gte::NURBSCurve< N, Real > | inline |
GetNumSegments() const | gte::ParametricCurve< N, Real > | inline |
GetPosition(Real t) const | gte::ParametricCurve< N, Real > | |
GetSpeed(Real t) const | gte::ParametricCurve< N, Real > | |
GetTangent(Real t) const | gte::ParametricCurve< N, Real > | |
GetTime(Real length) const | gte::ParametricCurve< N, Real > | |
GetTimes() const | gte::ParametricCurve< N, Real > | inline |
GetTMax() const | gte::ParametricCurve< N, Real > | inline |
GetTMin() const | gte::ParametricCurve< N, Real > | inline |
GetTotalLength() const | gte::ParametricCurve< N, Real > | |
GetWeight(int i) const | gte::NURBSCurve< N, Real > | |
GetWeights() const | gte::NURBSCurve< N, Real > | inline |
GetWeights() | gte::NURBSCurve< N, Real > | inline |
mAccumulatedLength | gte::ParametricCurve< N, Real > | mutableprotected |
mBasisFunction | gte::NURBSCurve< N, Real > | private |
mConstructed | gte::ParametricCurve< N, Real > | protected |
mControls | gte::NURBSCurve< N, Real > | private |
mMaxBisections | gte::ParametricCurve< N, Real > | protected |
mRombergOrder | gte::ParametricCurve< N, Real > | protected |
mSegmentLength | gte::ParametricCurve< N, Real > | mutableprotected |
mTime | gte::ParametricCurve< N, Real > | protected |
mWeights | gte::NURBSCurve< N, Real > | private |
NURBSCurve(BasisFunctionInput< Real > const &input, Vector< N, Real > const *controls, Real const *weights) | gte::NURBSCurve< N, Real > | |
operator bool() const | gte::ParametricCurve< N, Real > | inline |
ParametricCurve(Real tmin, Real tmax) | gte::ParametricCurve< N, Real > | protected |
ParametricCurve(int numSegments, Real const *times) | gte::ParametricCurve< N, Real > | protected |
SetControl(int i, Vector< N, Real > const &control) | gte::NURBSCurve< N, Real > | |
SetMaxBisections(unsigned int maxBisections) | gte::ParametricCurve< N, Real > | |
SetRombergOrder(int order) | gte::ParametricCurve< N, Real > | |
SetTimeInterval(Real tmin, Real tmax) | gte::ParametricCurve< N, Real > | |
SetWeight(int i, Real weight) | gte::NURBSCurve< N, Real > | |
SubdivideByLength(int numPoints, Vector< N, Real > *points) const | gte::ParametricCurve< N, Real > | |
SubdivideByTime(int numPoints, Vector< N, Real > *points) const | gte::ParametricCurve< N, Real > | |
~ParametricCurve() | gte::ParametricCurve< N, Real > | virtual |