Open CASCADE Technology
6.5.4
|
taken from directory part of an entity (from file or model),
gives "type" and "form" data, used to recognize entity's type
#include <IGESData_IGESType.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | IGESData_IGESType () |
IGESData_IGESType (const Standard_Integer atype, const Standard_Integer aform) | |
Standard_Integer | Type () const |
returns "type" data | |
Standard_Integer | Form () const |
returns "form" data | |
Standard_Boolean | IsEqual (const IGESData_IGESType &another) const |
compares two IGESTypes, avoiding comparing their fields | |
Standard_Boolean | operator== (const IGESData_IGESType &another) const |
void | Nullify () |
resets fields (usefull when an IGESType is stored as mask) |
IGESData_IGESType::IGESData_IGESType | ( | const Standard_Integer | atype, |
const Standard_Integer | aform | ||
) |
Standard_Integer IGESData_IGESType::Form | ( | ) | const |
Standard_Boolean IGESData_IGESType::IsEqual | ( | const IGESData_IGESType & | another | ) | const |
Standard_Boolean IGESData_IGESType::operator== | ( | const IGESData_IGESType & | another | ) | const [inline] |
Standard_Integer IGESData_IGESType::Type | ( | ) | const |