DATAKIT API  V2025.1
Dtk_Constraint::_ConstraintValue Class Reference

Public Member Functions

 _ConstraintValue ()
 
 _ConstraintValue (const ConstraintValueTypeEnum &inValueType, Dtk_Val &inValue)
 
 _ConstraintValue (const ConstraintValueTypeEnum &inValueType, Dtk_Val &inValue, const Dtk_Int32 &inEnableLowerLimit, const Dtk_Double64 &inLowerLimit, const Dtk_Int32 &inEnableUpperLimit, const Dtk_Double64 &inUpperLimit)
 
 ~_ConstraintValue ()
 

Data Fields

Dtk_Int32 _EnableLower
 
Dtk_Int32 _EnableUpper
 
Dtk_Val _Value
 
Dtk_Double64 _ValueLower
 
ConstraintValueTypeEnum _ValueType
 
Dtk_Double64 _ValueUpper
 

Constructor & Destructor Documentation

◆ _ConstraintValue() [1/3]

Dtk_Constraint::_ConstraintValue::_ConstraintValue ( )

◆ ~_ConstraintValue()

Dtk_Constraint::_ConstraintValue::~_ConstraintValue ( )

◆ _ConstraintValue() [2/3]

Dtk_Constraint::_ConstraintValue::_ConstraintValue ( const ConstraintValueTypeEnum inValueType,
Dtk_Val inValue,
const Dtk_Int32 inEnableLowerLimit,
const Dtk_Double64 inLowerLimit,
const Dtk_Int32 inEnableUpperLimit,
const Dtk_Double64 inUpperLimit 
)

◆ _ConstraintValue() [3/3]

Dtk_Constraint::_ConstraintValue::_ConstraintValue ( const ConstraintValueTypeEnum inValueType,
Dtk_Val inValue 
)

Field Documentation

◆ _EnableLower

Dtk_Int32 Dtk_Constraint::_ConstraintValue::_EnableLower

◆ _EnableUpper

Dtk_Int32 Dtk_Constraint::_ConstraintValue::_EnableUpper

◆ _Value

Dtk_Val Dtk_Constraint::_ConstraintValue::_Value

◆ _ValueLower

Dtk_Double64 Dtk_Constraint::_ConstraintValue::_ValueLower

◆ _ValueType

ConstraintValueTypeEnum Dtk_Constraint::_ConstraintValue::_ValueType

◆ _ValueUpper

Dtk_Double64 Dtk_Constraint::_ConstraintValue::_ValueUpper