This is the complete list of members for WBSplineSurface, including all inherited members.
| f(double t, double u) | WBSplineSurface | private |
| getDeBoorPoints() | WBSplineSurface | |
| getKnots1() | WBSplineSurface | |
| getKnots2() | WBSplineSurface | |
| getNumDeBoorPoints1() | WBSplineSurface | |
| getNumDeBoorPoints2() | WBSplineSurface | |
| getNumSamplePointsT() | WBSplineSurface | |
| getNumSamplePointsU() | WBSplineSurface | |
| getOrder1() | WBSplineSurface | |
| getOrder2() | WBSplineSurface | |
| m_deBoorPoints | WBSplineSurface | private |
| m_knots1 | WBSplineSurface | private |
| m_knots2 | WBSplineSurface | private |
| m_numDeBoorPoints1 | WBSplineSurface | private |
| m_numDeBoorPoints2 | WBSplineSurface | private |
| m_numSamplePointsT | WBSplineSurface | private |
| m_numSamplePointsU | WBSplineSurface | private |
| m_order1 | WBSplineSurface | private |
| m_order2 | WBSplineSurface | private |
| samplePoints(std::vector< WVector3d > *points, double tResolution, double uResolution) | WBSplineSurface | |
| setDeBoorPoints(std::vector< WVector3d > deBoorPoints, int numDeBoorPoints1, int numDeBoorPoints2) | WBSplineSurface | |
| setKnots1(std::vector< double > knots) | WBSplineSurface | |
| setKnots2(std::vector< double > knots) | WBSplineSurface | |
| setOrder1(int order) | WBSplineSurface | |
| setOrder2(int order) | WBSplineSurface | |
| WBSplineSurface(int order1, int order2, std::vector< WVector3d > deBoorPoints, int numDeBoorPoints1, int numDeBoorPoints2) | WBSplineSurface | |
| WBSplineSurface(int order1, int order2, std::vector< WVector3d > deBoorPoints, int numDeBoorPoints1, int numDeBoorPoints2, std::vector< double > knots1, std::vector< double > knots2) | WBSplineSurface | |
| ~WBSplineSurface() | WBSplineSurface | |