This is the complete list of members for BaseNURBSCurve, including all inherited members.
| _a | BaseNURBSCurve | private |
| _basis | BaseNURBSCurve | private |
| _CheckForKnotConsistency() | BaseNURBSCurve | protected |
| _ComputeBasisFunctions(Float u, Int span, Int maxDegree) | BaseNURBSCurve | protected |
| _ComputeHomogeneousC(Float u, Int span, Int degree) | BaseNURBSCurve | protected |
| _curveDegree | BaseNURBSCurve | protected |
| _dirty | BaseNURBSCurve | protected |
| _InitKnots(NURBSCURVE_KNOTMODE mode) | BaseNURBSCurve | protected |
| _knots | BaseNURBSCurve | protected |
| _left | BaseNURBSCurve | private |
| _memInit | BaseNURBSCurve | protected |
| _ndu | BaseNURBSCurve | private |
| _points | BaseNURBSCurve | protected |
| _right | BaseNURBSCurve | private |
| ChangeDegree(Int newDegree, NURBSCURVE_KNOTMODE knotMode=NURBSCURVE_KNOTMODE::CLAMPED_UNIFORM) | BaseNURBSCurve | |
| DeriveAt(Float s) | BaseNURBSCurve | |
| DeriveAt(Float u, Int span) | BaseNURBSCurve | |
| EvaluateAt(Float s) | BaseNURBSCurve | |
| EvaluateAt(Float u, Int span) | BaseNURBSCurve | |
| FindSpan(Float u) | BaseNURBSCurve | |
| GetDegree() | BaseNURBSCurve | |
| GetKnot(Int i) | BaseNURBSCurve | |
| GetKnotCount() | BaseNURBSCurve | |
| GetKnotInfo(Int i) | BaseNURBSCurve | |
| GetMaxDegree() | BaseNURBSCurve | |
| GetPoint(Int i) | BaseNURBSCurve | |
| GetPointCount() | BaseNURBSCurve | |
| GetUmax() | BaseNURBSCurve | |
| GetUmin() | BaseNURBSCurve | |
| GetWeight(Int i) | BaseNURBSCurve | |
| GetWeightCount() | BaseNURBSCurve | |
| Init(Int pcnt, Int degree) | BaseNURBSCurve | |
| InsertKnot(Float s, Int nTimes) | BaseNURBSCurve | |
| InsertKnot(Float u, Int span, Int nTimes) | BaseNURBSCurve | |
| MapStoU(Float s) | BaseNURBSCurve | |
| MapUtoS(Float u) | BaseNURBSCurve | |
| NURBSCurve class | BaseNURBSCurve | friend |
| Reset() | BaseNURBSCurve | |
| SetKnot(Int i, Float knot) | BaseNURBSCurve | |
| SetKnots(NURBSCURVE_KNOTMODE mode) | BaseNURBSCurve | |
| SetKnots(const BaseArray< Float > &knots) | BaseNURBSCurve | |
| SetPoint(Int i, const Vector &point) | BaseNURBSCurve | |
| SetPoints(const BaseArray< Vector > &points) | BaseNURBSCurve | |
| SetWeight(Int i, Float weight) | BaseNURBSCurve | |
| SetWeights(const BaseArray< Float > &weights) | BaseNURBSCurve | |