|
| | DtForceDimension (DtExerciseConn *exConn) |
| |
| virtual | ~DtForceDimension () |
| |
| virtual void | setMinForce (int min) |
| |
| virtual void | setMaxForce (int max) |
| |
| virtual void | setForce (int value) |
| |
| virtual int | minForce () const |
| |
| virtual int | maxForce () const |
| |
| virtual int | force () const |
| |
| | DtDDMRegion (DtExerciseConn *exConn) |
| | Constructor that creates empty shell. More...
|
| |
| | DtDDMRegion (DtExerciseConn *exConn, const std::vector< DtString > &dimensionNameVector) |
| | Constructor that uses specified dimensions to create RTI region. More...
|
| |
| virtual | ~DtDDMRegion () |
| | Destructor. More...
|
| |
| virtual void | init (const std::vector< DtString > &dimensionNameVector) |
| | Initialize the dimensions and create the RTI region. More...
|
| |
| virtual void | initializeDimensions (const std::vector< DtString > &dimensionNameVector) |
| | Initializes the specified dimensions. More...
|
| |
| virtual void | initializeDimensions (const RTI::DimensionHandleSet &dimHandles) |
| | Initialize the internal mapping using the specified dimension handles. More...
|
| |
| virtual void | setUpperBound (const DtString &dimensionName, unsigned long upperBound) |
| | This method sets the upper bound of dimension, specified by dimensionName, to the normalized value specified by upperBound. More...
|
| |
| virtual void | setLowerBound (const DtString &dimensionName, unsigned long lowerBound) |
| | This method sets the lower bound of the dimension, specified by dimensionName, to the normalized value specified by lowerBound. More...
|
| |
| virtual void | setDimensionBounds (const DtString &dimensionName, unsigned long lowerBound, unsigned long upperBound) |
| | This method sets the lower and upper bounds of the dimension, specified by dimensionName, to the normalized value specified by bounds. More...
|
| |
| virtual void | notifyRtiOfUpdate () |
| | Notify the RTI of changes to the region's extents This function will only act if a dimension has actually changed. More...
|
| |
| virtual void | addAttributeHandle (RTI::AttributeHandle handle) |
| | Add an attribute to the handle to the attributes associated with this region. More...
|
| |
| virtual void | addAttributeHandle (const DtString &objClassName, const DtString &attrName) |
| | Add an attribute to the handle to the attributes associated with this region. More...
|
| |
virtual const
RTI::AttributeHandleSet & | attributeHandles () const |
| | Retrieve the attribute handle set associated with this region. More...
|
| |
| virtual int | attributeHandleCount () const |
| | Number of attributes associated with this region. More...
|
| |
| virtual bool | hasAttributeHandles () const |
| | Indicates if attributes have been associated with this region. More...
|
| |
| virtual RTI::RegionHandle | regionHandle () |
| | Access to the RTI region representation. More...
|
| |
| virtual const RTI::RegionHandle | regionHandle () const |
| | Access to the RTI region representation. More...
|
| |