// 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_ClosedEdgeDivide_HeaderFile #define _ShapeUpgrade_ClosedEdgeDivide_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_ShapeUpgrade_ClosedEdgeDivide_HeaderFile #include #endif #ifndef _ShapeUpgrade_EdgeDivide_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class TopoDS_Edge; class ShapeUpgrade_ClosedEdgeDivide : public ShapeUpgrade_EdgeDivide { public: //! Empty constructor.
Standard_EXPORT ShapeUpgrade_ClosedEdgeDivide(); Standard_EXPORT virtual Standard_Boolean Compute(const TopoDS_Edge& anEdge) ; DEFINE_STANDARD_RTTI(ShapeUpgrade_ClosedEdgeDivide) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif