// 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 _Aspect_WidthMap_HeaderFile #define _Aspect_WidthMap_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Aspect_WidthMap_HeaderFile #include #endif #ifndef _Aspect_SequenceOfWidthMapEntry_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Aspect_WidthOfLine_HeaderFile #include #endif #ifndef _Quantity_Length_HeaderFile #include #endif class Aspect_BadAccess; class Aspect_WidthMapEntry; //! This class defines a WidthMap object.
class Aspect_WidthMap : public MMgt_TShared { public: //! Creates a width map.
Standard_EXPORT Aspect_WidthMap(); //! Adds an entry in the Width map .
//! Warning: Raises BadAccess if WidthMap size is exceeded.
Standard_EXPORT void AddEntry(const Aspect_WidthMapEntry& AnEntry) ; //! Search an identical line width entry in the width map
//! and returns the WidthMapEntry Index if exist.
//! Or add a new entry and returns the computed WidthMapEntry index used.
Standard_EXPORT Standard_Integer AddEntry(const Aspect_WidthOfLine aStyle) ; //! Search an identical line width entry in the width map
//! and returns the WidthMapEntry Index if exist.
//! Or add a new entry and returns the computed WidthMapEntry index used.
Standard_EXPORT Standard_Integer AddEntry(const Quantity_Length aStyle) ; //! Returns the Allocated widthmap Size
Standard_EXPORT Standard_Integer Size() const; //! Returns the WidthMapEntry.Index of the WidthMap
//! at rank .
Standard_EXPORT Standard_Integer Index(const Standard_Integer aWidthmapIndex) const; //! Returns the Width map entry with the index .
//! Warning: Raises BadAccess if the index less than 1 or
//! greater than Size.
Standard_EXPORT Aspect_WidthMapEntry Entry(const Standard_Integer AnIndex) const; Standard_EXPORT void Dump() const; DEFINE_STANDARD_RTTI(Aspect_WidthMap) protected: Aspect_SequenceOfWidthMapEntry mydata; private: }; // other Inline functions and methods (like "C++: function call" methods) #endif