|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | IGESData_IGESType () |
Standard_EXPORT | IGESData_IGESType (const Standard_Integer atype, const Standard_Integer aform) |
Standard_EXPORT Standard_Integer | Type () const |
| returns "type" data
|
Standard_EXPORT Standard_Integer | Form () const |
| returns "form" data
|
Standard_EXPORT Standard_Boolean | IsEqual (const IGESData_IGESType &another) const |
| compares two IGESTypes, avoiding comparing their fields
|
Standard_Boolean | operator== (const IGESData_IGESType &another) const |
Standard_EXPORT void | Nullify () |
| resets fields (usefull when an IGESType is stored as mask)
|
Private Attributes |
Standard_Integer | thetype |
Standard_Integer | theform |