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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| StepElement_MeasureOrUnspecifiedValue () | |
| Empty constructor | |
| Standard_Integer | CaseNum (const Handle< Standard_Transient > &ent) const |
| Recognizes a kind of MeasureOrUnspecifiedValue select type return 0 | |
| virtual Standard_Integer | CaseMem (const Handle< StepData_SelectMember > &ent) const |
| Recognizes a items of select member MeasureOrUnspecifiedValueMember 1 -> ContextDependentMeasure 2 -> UnspecifiedValue 0 else | |
| virtual Handle_StepData_SelectMember | NewMember () const |
| Returns a new select member the type MeasureOrUnspecifiedValueMember | |
| void | SetContextDependentMeasure (const Standard_Real aVal) |
| Set Value for ContextDependentMeasure | |
| Standard_Real | ContextDependentMeasure () const |
| Returns Value as ContextDependentMeasure (or Null if another type) | |
| void | SetUnspecifiedValue (const StepElement_UnspecifiedValue aVal) |
| Set Value for UnspecifiedValue | |
| StepElement_UnspecifiedValue | UnspecifiedValue () const |
| Returns Value as UnspecifiedValue (or Null if another type) | |
| StepElement_MeasureOrUnspecifiedValue::StepElement_MeasureOrUnspecifiedValue | ( | ) |
| virtual Standard_Integer StepElement_MeasureOrUnspecifiedValue::CaseMem | ( | const Handle< StepData_SelectMember > & | ent | ) | const [virtual] |
Reimplemented from StepData_SelectType.
| Standard_Integer StepElement_MeasureOrUnspecifiedValue::CaseNum | ( | const Handle< Standard_Transient > & | ent | ) | const [virtual] |
Implements StepData_SelectType.
| Standard_Real StepElement_MeasureOrUnspecifiedValue::ContextDependentMeasure | ( | ) | const |
| virtual Handle_StepData_SelectMember StepElement_MeasureOrUnspecifiedValue::NewMember | ( | ) | const [virtual] |
Reimplemented from StepData_SelectType.
| void StepElement_MeasureOrUnspecifiedValue::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepElement_MeasureOrUnspecifiedValue::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from StepData_SelectType.
| void* StepElement_MeasureOrUnspecifiedValue::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from StepData_SelectType.
| void StepElement_MeasureOrUnspecifiedValue::SetContextDependentMeasure | ( | const Standard_Real | aVal | ) |
| void StepElement_MeasureOrUnspecifiedValue::SetUnspecifiedValue | ( | const StepElement_UnspecifiedValue | aVal | ) |
| StepElement_UnspecifiedValue StepElement_MeasureOrUnspecifiedValue::UnspecifiedValue | ( | ) | const |
1.7.4