Data Structures | Functions | Variables

Properties
[Core Functionality]

Data Structures

class  RxNET::ValueMap::Any
class  RxNET::Constraint::Any
class  RxNET::ValueMap::Identity
class  RxNET::Property
class  RxNET::PropertyInvalidType
class  RxNET::PropertyNotFound

Functions

virtual Object^ RxNET::Constraint::Clamp (Object^ oValue) override
void RxNET::Constraint::GetRange (T% tMin, T% tMax)
array< T >^ RxNET::Constraint::GetValueList ()
virtual Object^ RxNET::ValueMap::MapToExtern (Object^ oValue) override
virtual Object^ RxNET::ValueMap::MapToIntern (Object^ oValue) override
public delegate void RxNET::PropertyEventHandler (Property^ theProp)
void RxNET::Constraint::SetRange (T tMin, T tMax)
void RxNET::Constraint::SetValueList (array< T >^atList)
virtual bool RxNET::Constraint::Valid (Object^ oValue) override

Variables

array< T >^ RxNET::Constraint::m_atList
double RxNET::ValueMap::m_dEMax
double RxNET::ValueMap::m_dEMin
double RxNET::ValueMap::m_dFactorE2I
double RxNET::ValueMap::m_dIMax
double RxNET::ValueMap::m_dIMin
RxNET::Constraint::m_tMax
RxNET::Constraint::m_tMin
where RxNET::Constraint::T
where RxNET::ValueMap::T
where T T T RxNET::ValueMap::tEMax
where T T RxNET::ValueMap::tEMin
where T RxNET::ValueMap::tIMax
where T RxNET::Constraint::tMax

Function Documentation

Object RxNET::Constraint::Clamp ( Object^   oValue ) [override, virtual]
void RxNET::Constraint::GetRange ( T%  tMin,
T%  tMax 
)
array<T> ^ RxNET::Constraint::GetValueList (  ) [protected]
virtual Object ^ RxNET::ValueMap::MapToExtern ( Object^   oValue ) [override, virtual]
virtual Object ^ RxNET::ValueMap::MapToIntern ( Object^   oValue ) [override, virtual]
public delegate void RxNET::PropertyEventHandler ( Property^   theProp )
void RxNET::Constraint::SetRange ( tMin,
tMax 
)
void RxNET::Constraint::SetValueList ( array< T >^  atList ) [protected]
bool RxNET::Constraint::Valid ( Object^   oValue ) [override, virtual]

Variable Documentation

Constraint Range

Constraint List

Linear Map

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines