|
Open CASCADE Technology 6.5.2
|
Representation of STEP SELECT type DimensionalCharacteristic
#include <StepShape_DimensionalCharacteristic.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| StepShape_DimensionalCharacteristic () | |
| Empty constructor | |
| Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
| Recognizes a kind of DimensionalCharacteristic select type 1 -> DimensionalLocation from StepShape 2 -> DimensionalSize from StepShape 0 else | |
| Handle_StepShape_DimensionalLocation | DimensionalLocation () const |
| Returns Value as DimensionalLocation (or Null if another type) | |
| Handle_StepShape_DimensionalSize | DimensionalSize () const |
| Returns Value as DimensionalSize (or Null if another type) | |
| StepShape_DimensionalCharacteristic::StepShape_DimensionalCharacteristic | ( | ) |
| Standard_Integer StepShape_DimensionalCharacteristic::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
| Handle_StepShape_DimensionalLocation StepShape_DimensionalCharacteristic::DimensionalLocation | ( | ) | const |
| Handle_StepShape_DimensionalSize StepShape_DimensionalCharacteristic::DimensionalSize | ( | ) | const |
| void StepShape_DimensionalCharacteristic::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepShape_DimensionalCharacteristic::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepShape_DimensionalCharacteristic::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from StepData_SelectType.
1.7.4