// 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 _TNaming_DeltaOnRemoval_HeaderFile #define _TNaming_DeltaOnRemoval_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TNaming_DeltaOnRemoval_HeaderFile #include #endif #ifndef _Handle_TNaming_DeltaOnModification_HeaderFile #include #endif #ifndef _TDF_DeltaOnRemoval_HeaderFile #include #endif #ifndef _Handle_TNaming_NamedShape_HeaderFile #include #endif class TNaming_DeltaOnModification; class TNaming_NamedShape; class TNaming_DeltaOnRemoval : public TDF_DeltaOnRemoval { public: //! Initializes a TDF_DeltaOnModification.
Standard_EXPORT TNaming_DeltaOnRemoval(const Handle(TNaming_NamedShape)& NS); //! Applies the delta to the attribute.
Standard_EXPORT virtual void Apply() ; DEFINE_STANDARD_RTTI(TNaming_DeltaOnRemoval) protected: private: Handle_TNaming_DeltaOnModification myDelta; }; // other Inline functions and methods (like "C++: function call" methods) #endif