// 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_IntPackedMap_HeaderFile #define _TDataStd_IntPackedMap_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TDataStd_IntPackedMap_HeaderFile #include #endif #ifndef _Handle_TColStd_HPackedMapOfInteger_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _TDF_Attribute_HeaderFile #include #endif #ifndef _TColStd_PackedMapOfInteger_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_TDF_Attribute_HeaderFile #include #endif #ifndef _Handle_TDF_RelocationTable_HeaderFile #include #endif #ifndef _Standard_OStream_HeaderFile #include #endif #ifndef _Handle_TDF_DeltaOnModification_HeaderFile #include #endif class TColStd_HPackedMapOfInteger; class TDataStd_DeltaOnModificationOfIntPackedMap; class Standard_GUID; class TDF_Label; class TDF_Attribute; class TDF_RelocationTable; class TDF_DeltaOnModification; //! Attribute for storing TColStd_PackedMapOfInteger
class TDataStd_IntPackedMap : public TDF_Attribute { public: //! class methods
//! =============
//! Returns the GUID of the attribute.
Standard_EXPORT static const Standard_GUID& GetID() ; //! Finds or creates an integer map attribute on the given label.
//! If == False, DefaultDeltaOnModification is used.
//! If == True, DeltaOnModification of the current attribute is used.
//! If attribute is already set, input parameter is refused and the found
//! attribute returned.
//! Attribute methods
//! ===================
Standard_EXPORT static Handle_TDataStd_IntPackedMap Set(const TDF_Label& label,const Standard_Boolean isDelta = Standard_False) ; Standard_EXPORT TDataStd_IntPackedMap(); Standard_EXPORT Standard_Boolean ChangeMap(const Handle(TColStd_HPackedMapOfInteger)& theMap) ; const TColStd_PackedMapOfInteger& GetMap() const; const Handle_TColStd_HPackedMapOfInteger& GetHMap() const; Standard_EXPORT Standard_Boolean Clear() ; Standard_EXPORT Standard_Boolean Add(const Standard_Integer theKey) ; Standard_EXPORT Standard_Boolean Remove(const Standard_Integer theKey) ; Standard_EXPORT Standard_Boolean Contains(const Standard_Integer theKey) const; Standard_Integer Extent() const; Standard_Boolean IsEmpty() const; Standard_Boolean GetDelta() const; //! for internal use only!
void SetDelta(const Standard_Boolean isDelta) ; Standard_EXPORT const Standard_GUID& ID() const; Standard_EXPORT void Restore(const Handle(TDF_Attribute)& with) ; Standard_EXPORT Handle_TDF_Attribute NewEmpty() const; Standard_EXPORT void Paste(const Handle(TDF_Attribute)& into,const Handle(TDF_RelocationTable)& RT) const; Standard_EXPORT virtual Standard_OStream& Dump(Standard_OStream& anOS) const; //! Makes a DeltaOnModification between and
//! .
Standard_EXPORT virtual Handle_TDF_DeltaOnModification DeltaOnModification(const Handle(TDF_Attribute)& anOldAttribute) const; friend class TDataStd_DeltaOnModificationOfIntPackedMap; DEFINE_STANDARD_RTTI(TDataStd_IntPackedMap) protected: private: void RemoveMap() ; Handle_TColStd_HPackedMapOfInteger myMap; Standard_Boolean myIsDelta; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif