Class xlifepp::subdivision::PatchGeometry#
-
class PatchGeometry#
-
abstract base class that defines the geometrical information associated to the patches of the domain.
Subclassed by xlifepp::subdivision::DefaultGeometry, xlifepp::subdivision::SurfRevolution
Public Functions
-
inline virtual ~PatchGeometry()#
-
destructor
-
inline bool curvedShape() const#
-
returns true if the shape is non plane, false otherwise
-
inline std::string description() const#
-
returns the description of the shape
-
inline virtual Point EndPt1() const#
-
returns the end points of the axis of a surface of revolution.
Irrelevant for other surfaces.
-
inline virtual ~PatchGeometry()#