#include <IGESAppli_LevelFunction.hxx>
Inheritance diagram for IGESAppli_LevelFunction:
Public Member Functions | |
Standard_EXPORT | IGESAppli_LevelFunction () |
Standard_EXPORT void | Init (const Standard_Integer nbPropVal, const Standard_Integer aCode, const Handle(TCollection_HAsciiString)&aFuncDescrip) |
This method is used to set the fields of the class LevelFunction - nbPropVal : Number of Properties, always = 2 - aCode : Function Description code default = 0 - aFuncDescrip : Function Description default = null string . | |
Standard_EXPORT Standard_Integer | NbPropertyValues () const |
is always 2 | |
Standard_EXPORT Standard_Integer | FuncDescriptionCode () const |
returns the function description code . Default = 0 | |
Standard_EXPORT Handle_TCollection_HAsciiString | FuncDescription () const |
returns the function description Default = null string | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Integer | theNbPropertyValues |
Standard_Integer | theFuncDescripCode |
Handle_TCollection_HAsciiString | theFuncDescrip |
|
|
|
|
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|
|
|