VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
DtEmptyDimensions Class Reference
+ Inheritance diagram for DtEmptyDimensions:
+ Collaboration diagram for DtEmptyDimensions:

Public Member Functions

 DtEmptyDimensions (DtExerciseConn *exConn)
virtual ~DtEmptyDimensions ()
- Public Member Functions inherited from DtDDMRegion
 DtDDMRegion (DtExerciseConn *exConn)
 Constructor that creates empty shell.
 DtDDMRegion (DtExerciseConn *exConn, const DtString &spaceName, int numberOfExtents=1)
 Constructor that uses the specified space to create RTI region.
 DtDDMRegion (DtExerciseConn *exConn, const DtString &spaceName, const std::vector< DtString > &dimensionNameVector, int numberOfExtents=1)
 Constructor with that uses specified space and dimensions to create RTI region.
virtual ~DtDDMRegion ()
 Destructor.
void init (const DtString &spaceName, const std::vector< DtString > &dimensionNameVector, int numberOfExtents=1)
 Initialize the region with the space and dimensions specified.
virtual void initializeDimensions (const std::vector< DtString > &dimensionNameVector)
 Initialize the region dimensions using the specified dimension names.
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)
 This method sets the lower and upper bounds of the dimension,.
virtual void notifyRtiOfUpdate ()
 Notify the RTI of changes to the region's extents This function will only act if a dimension has actually changed.
virtual void addAttributeHandle (RTI::AttributeHandle handle)
 Add an attribute handle to the attributes associated with this region.
virtual void addAttributeHandle (const DtString &objClassName, const DtString &attrName)
 Use the class and attribute names to retrieve handles then, add an attribute handle to the attributes associated with this region.
virtual const
RTI::AttributeHandleSet & 
attributeHandles () const
 Retrieve the attribute handle set associated with this region.
virtual int attributeHandleCount () const
 Number of attributes associated with this region.
virtual bool hasAttributeHandles () const
 Indicates if attributes have been associated with this region.
virtual const RTI::Region * region () const
 Access to the RTI region representation.
virtual RTI::Region * region ()
 Access to the RTI region representation.

Additional Inherited Members

- Protected Member Functions inherited from DtDDMRegion
 DtDDMRegion (const DtDDMRegion &orig)
 Copy constructor – Not implemented – not allowed.
DtDDMRegionoperator= (const DtDDMRegion &orig)
 Assignment operator. Not implemented – not assignable.
- Protected Attributes inherited from DtDDMRegion
DtExerciseConnmyExConn
DtVrlRtiAmbassadormyRtiAmb
RTI::Region * myRegion
std::map< DtString,
RTI::DimensionHandle > 
myDimensionMap
RTI::SpaceHandle mySpaceHandle
bool myIsDirty
RTI::AttributeHandleSet * myAttributeHandles

Constructor & Destructor Documentation

DtEmptyDimensions::DtEmptyDimensions ( DtExerciseConn exConn)
virtual DtEmptyDimensions::~DtEmptyDimensions ( )
virtual

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)