// 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 _ShapeProcess_Operator_HeaderFile #define _ShapeProcess_Operator_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_ShapeProcess_Operator_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_ShapeProcess_Context_HeaderFile #include #endif class ShapeProcess_Context; //! Abstract Operator class providing a tool to
//! perform an operation on Context
class ShapeProcess_Operator : public MMgt_TShared { public: //! Performs operation and eventually records
//! changes in the context
Standard_EXPORT virtual Standard_Boolean Perform(const Handle(ShapeProcess_Context)& context) = 0; DEFINE_STANDARD_RTTI(ShapeProcess_Operator) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif