// 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 _TDF_DeltaOnAddition_HeaderFile #define _TDF_DeltaOnAddition_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TDF_DeltaOnAddition_HeaderFile #include #endif #ifndef _TDF_AttributeDelta_HeaderFile #include #endif #ifndef _Handle_TDF_Attribute_HeaderFile #include #endif class TDF_Attribute; //! This class provides default services for an
//! AttributeDelta on an ADDITION action.
//!
//! Applying this AttributeDelta means REMOVING its
//! attribute.
class TDF_DeltaOnAddition : public TDF_AttributeDelta { public: //! Creates a TDF_DeltaOnAddition.
Standard_EXPORT TDF_DeltaOnAddition(const Handle(TDF_Attribute)& anAtt); //! Applies the delta to the attribute.
Standard_EXPORT void Apply() ; DEFINE_STANDARD_RTTI(TDF_DeltaOnAddition) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif