![]() |
VR-Forces 5.0.1 Developer's Guide
|
Instances of DtRectangularPyramidStateRepository are used to store state data for HLAobjectRoot.SensorFieldOfView.RectangularPyramid objects.

Public Member Functions | |
| DtRectangularPyramidStateRepository () | |
| virtual | ~DtRectangularPyramidStateRepository () |
| DtRectangularPyramidStateRepository (const DtRectangularPyramidStateRepository &orig) | |
| DtRectangularPyramidStateRepository & | operator= (const DtRectangularPyramidStateRepository &orig) |
| virtual DtStateRepository * | clone (bool copy) const |
| virtual void | printData () const |
| virtual void | printDataToStream (std::ostream &stream) const |
| virtual void | setXHalfAngle (DtFloat64 val) |
| virtual DtFloat64 | xHalfAngle () const |
| virtual void | setYHalfAngle (DtFloat64 val) |
| virtual DtFloat64 | yHalfAngle () const |
Public Member Functions inherited from DtSensorFieldOfViewStateRepository | |
| DtSensorFieldOfViewStateRepository () | |
| virtual | ~DtSensorFieldOfViewStateRepository () |
| DtSensorFieldOfViewStateRepository (const DtSensorFieldOfViewStateRepository &orig) | |
| DtSensorFieldOfViewStateRepository & | operator= (const DtSensorFieldOfViewStateRepository &orig) |
| virtual void | setHost (const DtGlobalObjectDesignator &val) |
| virtual const DtGlobalObjectDesignator & | host () const |
| virtual void | setId (const DtString &val) |
| virtual DtString | id () const |
| virtual void | setRelativeLocation (const DtVector &val) |
| virtual const DtVector & | relativeLocation () const |
| virtual void | setRadius (DtFloat64 val) |
| virtual DtFloat64 | radius () const |
| virtual void | setTrackingMode (DtSensorTrackingMode val) |
| virtual DtSensorTrackingMode | trackingMode () const |
| virtual void | setRelativeOrientation (const DtTaitBryan &val) |
| virtual const DtTaitBryan & | relativeOrientation () const |
| virtual void | setTargetedEntity (const DtGlobalObjectDesignator &val) |
| virtual const DtGlobalObjectDesignator & | targetedEntity () const |
| virtual void | setTargetedLocation (const DtVector &val) |
| virtual const DtVector & | targetedLocation () const |
| virtual void | setMinimumAzimuthAngle (DtFloat64 val) |
| virtual DtFloat64 | minimumAzimuthAngle () const |
| virtual void | setMaximumAzimuthAngle (DtFloat64 val) |
| virtual DtFloat64 | maximumAzimuthAngle () const |
| virtual void | setMinimumElevationAngle (DtFloat64 val) |
| virtual DtFloat64 | minimumElevationAngle () const |
| virtual void | setMaximumElevationAngle (DtFloat64 val) |
| virtual DtFloat64 | maximumElevationAngle () const |
| virtual void | setMaximumZoomLevel (DtFloat64 val) |
| virtual DtFloat64 | maximumZoomLevel () const |
| virtual void | setZoomLevel (DtFloat64 val) |
| virtual DtFloat64 | zoomLevel () const |
| virtual void | setColor (DtU32 val) |
| virtual DtU32 | color () const |
Static Public Member Functions | |
| static DtRectangularPyramidStateRepository * | create () |
Static Public Member Functions inherited from DtSensorFieldOfViewStateRepository | |
| static DtSensorFieldOfViewStateRepository * | create () |
Protected Attributes | |
| DtFloat64 | myXHalfAngle |
| DtFloat64 | myYHalfAngle |
Protected Attributes inherited from DtSensorFieldOfViewStateRepository | |
| DtGlobalObjectDesignator | myHost |
| DtString | myId |
| DtVector | myRelativeLocation |
| DtFloat64 | myRadius |
| DtSensorTrackingMode | myTrackingMode |
| DtTaitBryan | myRelativeOrientation |
| DtFloat64 | myMinimumAzimuthAngle |
| DtFloat64 | myMaximumAzimuthAngle |
| DtFloat64 | myMinimumElevationAngle |
| DtFloat64 | myMaximumElevationAngle |
| DtGlobalObjectDesignator | myTargetedEntity |
| DtVector | myTargetedLocation |
| DtFloat64 | myMaximumZoomLevel |
| DtFloat64 | myZoomLevel |
| DtU32 | myColor |
| DtRectangularPyramidStateRepository::DtRectangularPyramidStateRepository | ( | ) |
Constructor.
|
virtual |
Destructor.
| DtRectangularPyramidStateRepository::DtRectangularPyramidStateRepository | ( | const DtRectangularPyramidStateRepository & | orig | ) |
Copy Constructor.
| DtRectangularPyramidStateRepository& DtRectangularPyramidStateRepository::operator= | ( | const DtRectangularPyramidStateRepository & | orig | ) |
Assignment Operator.
|
virtual |
Return a copy/empty object of the same type as this.
Reimplemented from DtSensorFieldOfViewStateRepository.
Reimplemented in makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkRectangularPyramidStateInterceptor.
|
static |
Create a DtRectangularPyramidStateRepository.
|
virtual |
Print data to the DtInfo stream.
Reimplemented from DtSensorFieldOfViewStateRepository.
|
virtual |
Print data to the specified stream.
Reimplemented from DtSensorFieldOfViewStateRepository.
|
virtual |
Set the XHalfAngle.
Reimplemented in makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkRectangularPyramidStateInterceptor.
|
virtual |
Get the XHalfAngle.
|
virtual |
Set the YHalfAngle.
Reimplemented in makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkRectangularPyramidStateInterceptor.
|
virtual |
Get the YHalfAngle.
|
protected |
|
protected |