Open CASCADE Technology 6.6.0
|
defines IGESDefinitionLevel, Type <406> Form <1>
in package IGESGraph
Indicates the no. of levels on which an entity is
defined
#include <IGESGraph_DefinitionLevel.hxx>
Public Member Functions | |
IGESGraph_DefinitionLevel () | |
void | Init (const Handle< TColStd_HArray1OfInteger > &allLevelNumbers) |
This method is used to set the fields of the class DefinitionLevel | |
Standard_Integer | NbPropertyValues () const |
returns the number of property values in <me> | |
Standard_Integer | NbLevelNumbers () const |
Must return the count of levels (== NbPropertyValues) | |
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 |
IGESGraph_DefinitionLevel::IGESGraph_DefinitionLevel | ( | ) |
void IGESGraph_DefinitionLevel::Init | ( | const Handle< TColStd_HArray1OfInteger > & | allLevelNumbers | ) |
Standard_Integer IGESGraph_DefinitionLevel::LevelNumber | ( | const Standard_Integer | LevelIndex | ) | const [virtual] |
Implements IGESData_LevelListEntity.
Standard_Integer IGESGraph_DefinitionLevel::NbLevelNumbers | ( | ) | const [virtual] |
Implements IGESData_LevelListEntity.
Standard_Integer IGESGraph_DefinitionLevel::NbPropertyValues | ( | ) | const |