Public Member Functions |
| | DtLatLonDimensions (DtExerciseConn *exConn) |
| virtual | ~DtLatLonDimensions () |
| void | setMinLatitude (double min) |
| void | setMaxLatitude (double max) |
| void | setMinLongitude (double min) |
| void | setMaxLongitude (double max) |
| void | setLatitudeLowerBound (double lat) |
| void | setLatitudeUpperBound (double lat) |
| void | setLongitudeLowerBound (double lon) |
| void | setLongitudeUpperBound (double lon) |
| double | minLatitude () const |
| double | maxLatitude () const |
| double | minLongitude () const |
| double | maxLongitude () const |
| double | latitudeUpperBound () const |
| double | latitudeLowerBound () const |
| double | longitudeUpperBound () const |
| double | longitudeLowerBound () const |
| void | setPoint (double latitude, double longitude) |
| void | setPlaybox (double minLatitude, double minLongitude, double maxLatitude, double maxLongitude) |
| | DtDDMRegion (DtExerciseConn *exConn) |
| | Constructor that only takes the exConn.
|
| | DtDDMRegion (DtExerciseConn *exConn, const DtString &spaceName, int numberOfExtents=1) |
| | Constructor with space specified.
|
| | DtDDMRegion (DtExerciseConn *exConn, const DtString &spaceName, const std::vector< DtString > &dimensionNameVector, int numberOfExtents=1) |
| | Constructor with space and dimensions specified.
|
| | DtDDMRegion (DtExerciseConn *exConn, const RTI::Region ®ion) |
| | Constructor that initializes VR-Link object from RTI 13 Region pointer.
|
| | DtDDMRegion (const DtDDMRegion &orig) |
| | Copy constructor.
|
| virtual | ~DtDDMRegion () |
| | Destructor.
|
| virtual void | initializeDimensions (const std::vector< DtString > &dimensionNameVector) |
| | Sets up the region for the dimensions specified by name in dimensionNameList.
|
| virtual void | setUpperBound (const DtString &dimensionName, unsigned long upperBound, int extentIndex=0) |
| | This method sets the upper bound of dimension, specified by dimensionName, to the normalized value specified by upperBound.
|
| virtual void | setLowerBound (const DtString &dimensionName, unsigned long lowerBound, int extentIndex=0) |
| | This method sets the lower bound of the dimension, specified by dimensionName, to the normalized value specified by lowerBound.
|
| virtual void | setDimensionBounds (const DtString &dimensionName, unsigned long lowerBound, unsigned long upperBound, int extentIndex=0) |
| virtual void | notifyRtiOfUpdate () |
| void | init (const DtString &spaceName, const std::vector< DtString > &dimensionNameVector, int numberOfExtents=1) |
| | Initialize the region with the name a dimensions specified.
|
| virtual const RTI::Region * | region () const |
| | Returns the RTI region.
|
| virtual RTI::Region * | region () |
| virtual void | addAttributeHandle (RTI::AttributeHandle handle) |
| virtual void | addAttributeHandle (const DtString &objClassName, const DtString &attrName) |
| | Add an attribute to the handle set by class name/attribute name.
|
| virtual int | attributeHandleCount () const |
virtual const
RTI::AttributeHandleSet & | attributeHandles () const |
| virtual bool | hasAttributeHandles () const |
| DtDDMRegion & | operator= (const DtDDMRegion &orig) |
| | Assignment operator.
|