|
Open CASCADE Technology 6.5.2
|
Implements a select type unit (NamedUnit or DerivedUnit)
#include <StepBasic_Unit.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| StepBasic_Unit () | |
| Creates empty object | |
| Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
| Recognizes a type of Unit Entity 1 -> NamedUnit 2 -> DerivedUnit | |
| Handle_StepBasic_NamedUnit | NamedUnit () const |
| returns Value as a NamedUnit (Null if another type) | |
| Handle_StepBasic_DerivedUnit | DerivedUnit () const |
| returns Value as a DerivedUnit (Null if another type) | |
| StepBasic_Unit::StepBasic_Unit | ( | ) |
| Standard_Integer StepBasic_Unit::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
| Handle_StepBasic_DerivedUnit StepBasic_Unit::DerivedUnit | ( | ) | const |
| Handle_StepBasic_NamedUnit StepBasic_Unit::NamedUnit | ( | ) | const |
| void StepBasic_Unit::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepBasic_Unit::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepBasic_Unit::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from StepData_SelectType.
1.7.4