| BSplineSurface(BasisFunctionInput< Real > const input[2], Vector< N, Real > const *controls) | gte::BSplineSurface< N, Real > | |
| Compute(unsigned int uOrder, unsigned int vOrder, int iumin, int iumax, int ivmin, int ivmax) const | gte::BSplineSurface< N, Real > | private |
| Evaluate(Real u, Real v, unsigned int maxOrder, Vector< N, Real > values[6]) const | gte::BSplineSurface< N, Real > | virtual |
| GetBasisFunction(int dim) const | gte::BSplineSurface< N, Real > | inline |
| GetControl(int i0, int i1) const | gte::BSplineSurface< N, Real > | |
| GetControls() | gte::BSplineSurface< N, Real > | inline |
| GetControls() const | gte::BSplineSurface< N, Real > | inline |
| GetNumControls(int dim) const | gte::BSplineSurface< 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 |
| IsRectangular() const | gte::ParametricSurface< N, Real > | inline |
| mBasisFunction | gte::BSplineSurface< N, Real > | private |
| mConstructed | gte::ParametricSurface< N, Real > | protected |
| mControls | gte::BSplineSurface< N, Real > | private |
| mNumControls | gte::BSplineSurface< 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 |
| 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::BSplineSurface< N, Real > | |
| ~ParametricSurface() | gte::ParametricSurface< N, Real > | virtual |