Open CASCADE Technology
6.5.4
|
Representation of STEP SELECT type MeasureOrUnspecifiedValue
#include <StepElement_MeasureOrUnspecifiedValue.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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) |
DEFINE_STANDARD_ALLOC 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.
virtual Handle_StepData_SelectMember StepElement_MeasureOrUnspecifiedValue::NewMember | ( | ) | const [virtual] |
Reimplemented from StepData_SelectType.
void StepElement_MeasureOrUnspecifiedValue::SetUnspecifiedValue | ( | const StepElement_UnspecifiedValue | aVal | ) |