Compute(unsigned int uOrder, unsigned int vOrder, int iumin, int iumax, int ivmin, int ivmax, Vector< N, Real > &X, Real &w) const | gte::NURBSSurface< N, Real > | private |
Evaluate(Real u, Real v, unsigned int maxOrder, Vector< N, Real > values[6]) const | gte::NURBSSurface< N, Real > | virtual |
GetBasisFunction(int dim) const | gte::NURBSSurface< N, Real > | inline |
GetControl(int i0, int i1) const | gte::NURBSSurface< N, Real > | |
GetControls() const | gte::NURBSSurface< N, Real > | inline |
GetControls() | gte::NURBSSurface< N, Real > | inline |
GetNumControls(int dim) const | gte::NURBSSurface< N, Real > | inline |
GetPosition(Real u, Real v) const | gte::ParametricSurface< N, Real > | inline |
GetUMax() const | gte::ParametricSurface< N, Real > | inline |
GetUMin() const | gte::ParametricSurface< N, Real > | inline |
GetUTangent(Real u, Real v) const | gte::ParametricSurface< N, Real > | inline |
GetVMax() const | gte::ParametricSurface< N, Real > | inline |
GetVMin() const | gte::ParametricSurface< N, Real > | inline |
GetVTangent(Real u, Real v) const | gte::ParametricSurface< N, Real > | inline |
GetWeight(int i0, int i1) const | gte::NURBSSurface< N, Real > | |
GetWeights() const | gte::NURBSSurface< N, Real > | inline |
GetWeights() | gte::NURBSSurface< N, Real > | inline |
IsRectangular() const | gte::ParametricSurface< N, Real > | inline |
mBasisFunction | gte::NURBSSurface< N, Real > | private |
mConstructed | gte::ParametricSurface< N, Real > | protected |
mControls | gte::NURBSSurface< N, Real > | private |
mNumControls | gte::NURBSSurface< N, Real > | private |
mRectangular | gte::ParametricSurface< N, Real > | protected |
mUMax | gte::ParametricSurface< N, Real > | protected |
mUMin | gte::ParametricSurface< N, Real > | protected |
mVMax | gte::ParametricSurface< N, Real > | protected |
mVMin | gte::ParametricSurface< N, Real > | protected |
mWeights | gte::NURBSSurface< N, Real > | private |
NURBSSurface(BasisFunctionInput< Real > const input[2], Vector< N, Real > const *controls, Real const *weights) | gte::NURBSSurface< N, Real > | |
operator bool() const | gte::ParametricSurface< N, Real > | inline |
ParametricSurface(Real umin, Real umax, Real vmin, Real vmax, bool rectangular) | gte::ParametricSurface< N, Real > | protected |
SetControl(int i0, int i1, Vector< N, Real > const &control) | gte::NURBSSurface< N, Real > | |
SetWeight(int i0, int i1, Real weight) | gte::NURBSSurface< N, Real > | |
~ParametricSurface() | gte::ParametricSurface< N, Real > | virtual |