This is the complete list of members for cadex::Geom::BSplineSurface, including all inherited members.
BaseObject() (defined in cadex::BaseObject) | cadex::BaseObject | inline |
BaseObject(const ImplType &theImpl) (defined in cadex::BaseObject) | cadex::BaseObject | inlineprotected |
BSplineSurface() | cadex::Geom::BSplineSurface | inline |
BSplineSurface(const std::vector< Point > &thePoles, int theNumberOfUPoles, int theNumberOfVPoles, const std::vector< double > &theUKnots, const std::vector< double > &theVKnots, const std::vector< int > &theUMults, const std::vector< int > &theVMults, int theUDegree, int theVDegree, bool theIsUPeriodic=false, bool theIsVPeriodic=false) | cadex::Geom::BSplineSurface | |
BSplineSurface(const std::vector< Point > &thePoles, const std::vector< double > &theWeights, int theNumberOfUPoles, int theNumberOfVPoles, const std::vector< double > &theUKnots, const std::vector< double > &theVKnots, const std::vector< int > &theUMults, const std::vector< int > &theVMults, int theUDegree, int theVDegree, bool theIsUPeriodic=false, bool theIsVPeriodic=false) | cadex::Geom::BSplineSurface | |
CompareType(const BaseObject &theObject) (defined in cadex::Geom::BSplineSurface) | cadex::Geom::BSplineSurface | static |
Continuity() const | cadex::Geom::Surface | |
Curvature(double theParameterU, double theParameterV, Direction &thePrincipalMaxDirection, Direction &thePrincipalMinDirection) const | cadex::Geom::Surface | |
Curvature(double theParameterU, double theParameterV, Direction &thePrincipalMaxDirection, Direction &thePrincipalMinDirection, double &theMaxCurvature, double &theMinCurvature) const | cadex::Geom::Surface | |
D0(double theParameterU, double theParameterV, Point &theValue) const | cadex::Geom::Surface | |
D1(double theParameterU, double theParameterV, Point &theValue, Vector &theD1U, Vector &theD1V) const | cadex::Geom::Surface | |
D2(double theParameterU, double theParameterV, Point &theValue, Vector &theD1U, Vector &theD1V, Vector &theD2U, Vector &theD2V, Vector &theD2UV) const | cadex::Geom::Surface | |
DN(double theParameterU, double theParameterV, size_t theDerivativeOrder, Geom::Point &theValue, std::vector< Geom::Vector > &theD) const | cadex::Geom::Surface | |
Domain(double &theUMin, double &theUMax, double &theVMin, double &theVMax) const | cadex::Geom::Surface | |
Geometry() (defined in cadex::Geom::Geometry) | cadex::Geom::Geometry | inlineprotected |
Geometry(const ImplType &theImpl) (defined in cadex::Geom::Geometry) | cadex::Geom::Geometry | inlineprotected |
Id() const | cadex::BaseObject | |
Impl() const (defined in cadex::BaseObject) | cadex::BaseObject | inline |
Impl() const | cadex::BaseObject | inline |
ImplType typedef (defined in cadex::BaseObject) | cadex::BaseObject | |
IsNull() const (defined in cadex::BaseObject) | cadex::BaseObject | inline |
IsOfType() const (defined in cadex::BaseObject) | cadex::BaseObject | inline |
IsTrimmed() const | cadex::Geom::Surface | |
IsUPeriodic() const | cadex::Geom::Surface | |
IsURational() const | cadex::Geom::BSplineSurface | |
IsVPeriodic() const | cadex::Geom::Surface | |
IsVRational() const | cadex::Geom::BSplineSurface | |
Mirror(const Point &thePoint) (defined in cadex::Geom::Surface) | cadex::Geom::Surface | |
Mirror(const Axis1d &theAxis) (defined in cadex::Geom::Surface) | cadex::Geom::Surface | |
Mirror(const Axis3d &theAxis) (defined in cadex::Geom::Surface) | cadex::Geom::Surface | |
Mirrored(const Point &theRef) const (defined in cadex::Geom::Surface) | cadex::Geom::Surface | |
Mirrored(const Axis1d &theAxis) const (defined in cadex::Geom::Surface) | cadex::Geom::Surface | |
Mirrored(const Axis3d &theAxis) const (defined in cadex::Geom::Surface) | cadex::Geom::Surface | |
Normal(double theParameterU, double theParameterV) const | cadex::Geom::Surface | |
NumberOfUKnots() const | cadex::Geom::BSplineSurface | |
NumberOfUPoles() const | cadex::Geom::BSplineSurface | |
NumberOfVKnots() const | cadex::Geom::BSplineSurface | |
NumberOfVPoles() const | cadex::Geom::BSplineSurface | |
operator bool() const (defined in cadex::BaseObject) | cadex::BaseObject | inline |
Pole(int theUIndex, int theVIndex) const | cadex::Geom::BSplineSurface | |
Poles() const | cadex::Geom::BSplineSurface | |
Rotate(const Axis1d &theAxis, double theAngle) (defined in cadex::Geom::Surface) | cadex::Geom::Surface | |
Rotated(const Axis1d &theAxis, double theAngle) const (defined in cadex::Geom::Surface) | cadex::Geom::Surface | |
Scale(const Point &thePoint, double theScale) (defined in cadex::Geom::Surface) | cadex::Geom::Surface | |
Scaled(const Point &thePoint, double theScale) const (defined in cadex::Geom::Surface) | cadex::Geom::Surface | |
SetTrim(double theUFirst, double theULast, double theVFirst, double theVLast) | cadex::Geom::Surface | |
Surface() | cadex::Geom::Surface | inline |
Surface(const ImplType &theImpl) (defined in cadex::Geom::Surface) | cadex::Geom::Surface | inlineprotected |
Transform(const Transformation &theTransformation) | cadex::Geom::Surface | |
Transformed(const Transformation &theTransformation) const | cadex::Geom::Surface | |
Translate(const Vector &theVector) (defined in cadex::Geom::Surface) | cadex::Geom::Surface | |
Translated(const Vector &theVector) const (defined in cadex::Geom::Surface) | cadex::Geom::Surface | |
Type() const | cadex::Geom::Surface | |
UDegree() const | cadex::Geom::BSplineSurface | |
UKnot(int theUIndex) const | cadex::Geom::BSplineSurface | |
UKnots() const | cadex::Geom::BSplineSurface | |
UMax() const | cadex::Geom::Surface | |
UMin() const | cadex::Geom::Surface | |
UMultiplicities() const | cadex::Geom::BSplineSurface | |
UMultiplicity(int theUIndex) const | cadex::Geom::BSplineSurface | |
Value(double theParameterU, double theParameterV) const | cadex::Geom::Surface | |
VDegree() const | cadex::Geom::BSplineSurface | |
VKnot(int theVIndex) const | cadex::Geom::BSplineSurface | |
VKnots() const | cadex::Geom::BSplineSurface | |
VMax() const | cadex::Geom::Surface | |
VMin() const | cadex::Geom::Surface | |
VMultiplicities() const | cadex::Geom::BSplineSurface | |
VMultiplicity(int theVIndex) const | cadex::Geom::BSplineSurface | |
Weight(int theUIndex, int theVIndex) const | cadex::Geom::BSplineSurface | |
Weights() const | cadex::Geom::BSplineSurface |