#include <IGESGraph_DefinitionLevel.hxx>
Inheritance diagram for IGESGraph_DefinitionLevel:
Public Member Functions | |
Standard_EXPORT | IGESGraph_DefinitionLevel () |
Standard_EXPORT void | Init (const Handle(TColStd_HArray1OfInteger)&allLevelNumbers) |
This method is used to set the fields of the class DefinitionLevel - allLevelNumbers : Values of Level Numbers . | |
Standard_EXPORT Standard_Integer | NbPropertyValues () const |
returns the number of property values in <me> | |
Standard_EXPORT Standard_Integer | NbLevelNumbers () const |
Must return the count of levels (== NbPropertyValues) . | |
Standard_EXPORT Standard_Integer | LevelNumber (const Standard_Integer LevelIndex) const |
returns the Level Number of <me> indicated by <levelindex> raises an exception if LevelIndex is <= 0 or LevelIndex > NbPropertyValues | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_TColStd_HArray1OfInteger | theLevelNumbers |
|
|
|
Reimplemented from IGESData_LevelListEntity. |
|
|
|
Implements IGESData_LevelListEntity. |
|
Implements IGESData_LevelListEntity. |
|
|
|
|