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