// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _ShapeUpgrade_SplitSurfaceArea_HeaderFile #define _ShapeUpgrade_SplitSurfaceArea_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_ShapeUpgrade_SplitSurfaceArea_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _ShapeUpgrade_SplitSurface_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif //!Split surface in the parametric space
//! in according specified number of splits on the
class ShapeUpgrade_SplitSurfaceArea : public ShapeUpgrade_SplitSurface { public: //! Empty constructor.
Standard_EXPORT ShapeUpgrade_SplitSurfaceArea(); //!Set number of split for surfaces
Standard_Integer& NbParts() ; Standard_EXPORT virtual void Compute(const Standard_Boolean Segment = Standard_True) ; DEFINE_STANDARD_RTTI(ShapeUpgrade_SplitSurfaceArea) protected: private: Standard_Integer myNbParts; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif