// 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 _TDataStd_DeltaOnModificationOfIntPackedMap_HeaderFile #define _TDataStd_DeltaOnModificationOfIntPackedMap_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TDataStd_DeltaOnModificationOfIntPackedMap_HeaderFile #include #endif #ifndef _Handle_TColStd_HPackedMapOfInteger_HeaderFile #include #endif #ifndef _TDF_DeltaOnModification_HeaderFile #include #endif #ifndef _Handle_TDataStd_IntPackedMap_HeaderFile #include #endif class TColStd_HPackedMapOfInteger; class TDataStd_IntPackedMap; //! This class provides default services for an
//! AttributeDelta on a MODIFICATION action.
class TDataStd_DeltaOnModificationOfIntPackedMap : public TDF_DeltaOnModification { public: //! Initializes a TDF_DeltaOnModification.
Standard_EXPORT TDataStd_DeltaOnModificationOfIntPackedMap(const Handle(TDataStd_IntPackedMap)& Arr); //! Applies the delta to the attribute.
Standard_EXPORT virtual void Apply() ; DEFINE_STANDARD_RTTI(TDataStd_DeltaOnModificationOfIntPackedMap) protected: private: Handle_TColStd_HPackedMapOfInteger myAddition; Handle_TColStd_HPackedMapOfInteger myDeletion; }; // other Inline functions and methods (like "C++: function call" methods) #endif