// 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 _PDataStd_IntPackedMap_HeaderFile #define _PDataStd_IntPackedMap_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PDataStd_IntPackedMap_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_PColStd_HArray1OfInteger_HeaderFile #include #endif #ifndef _PDF_Attribute_HeaderFile #include #endif class PColStd_HArray1OfInteger; class PDataStd_IntPackedMap : public PDF_Attribute { public: Standard_EXPORT PDataStd_IntPackedMap(); //! Inits the internal container
//! if (upper - lower) == 0 and (upper | lower) == 0, the corresponding
//! array is empty (not requested)
Standard_EXPORT void Init(const Standard_Integer theLow,const Standard_Integer theUp) ; //! Returns true if the internal container is empty
Standard_EXPORT Standard_Boolean IsEmpty() const; //! Returns an upper bound of the internal container
Standard_EXPORT Standard_Integer Upper() const; //! Returns a lower bound of the internal container
Standard_EXPORT Standard_Integer Lower() const; Standard_EXPORT Standard_Integer GetValue(const Standard_Integer theIndex) const; Standard_EXPORT void SetValue(const Standard_Integer theIndex,const Standard_Integer theValue) ; PDataStd_IntPackedMap(const Storage_stCONSTclCOM& a) : PDF_Attribute(a) { } Handle(PColStd_HArray1OfInteger) _CSFDB_GetPDataStd_IntPackedMapmyIntValues() const { return myIntValues; } void _CSFDB_SetPDataStd_IntPackedMapmyIntValues(const Handle(PColStd_HArray1OfInteger)& p) { myIntValues = p; } DEFINE_STANDARD_RTTI(PDataStd_IntPackedMap) protected: private: Handle_PColStd_HArray1OfInteger myIntValues; }; // other Inline functions and methods (like "C++: function call" methods) #endif