#include <IGESData_DefSwitch.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | IGESData_DefSwitch () |
creates a DefSwitch as Void | |
Standard_EXPORT void | SetVoid () |
sets DefSwitch to "Void" status (in file : Integer = 0) | |
Standard_EXPORT void | SetReference () |
sets DefSwitch to "Reference" Status (in file : Integer < 0) | |
Standard_EXPORT void | SetRank (const Standard_Integer val) |
sets DefSwitch to "Rank" with a Value (in file : Integer > 0) | |
Standard_EXPORT IGESData_DefType | DefType () const |
returns DefType status (Void,Reference,Rank) | |
Standard_EXPORT Standard_Integer | Value () const |
returns Value as Integer (sensefull for a Rank) | |
Standard_Integer | _CSFDB_GetIGESData_DefSwitchtheval () const |
void | _CSFDB_SetIGESData_DefSwitchtheval (const Standard_Integer p) |
Private Attributes | |
Standard_Integer | theval |
Friends | |
Standard_EXPORT friend Handle_Standard_Type & | IGESData_DefSwitch_Type_ () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|