VR-Forces 4.1 Class Documentation
Deprecated List
Member DtChannelRadio
To be removed after VR-Forces version 3.11 Use the DtVrfObjectCommunicationInterface instead of accessing the radio directly.
Member DtChord::dump (void) const
Use ostream
Member DtChord::lengthOnX () const
Use directedXComponent()
Member DtChord::lengthOnY () const
Use directedYComponent()
Member DtChord::lengthOnZ () const
Use directedZComponent()
Member DtCommandChannelRadio
To be removed after VR-Forces version 3.11 Use the DtVrfObjectCommunicationInterface instead of accessing the radio directly.
Class DtCompatibilityRadio
To be removed after VR-Forces version 3.11
Member DtDefaultRadioMessageFactory
VR-Forces 3.11. To be removed following that release. Use DtDefaultVrfObjectMessageFactory instead.
Member DtFilteredObjectList
To be removed after VR-Forces version 3.11 The DtFilteredObjectList class and associated pointer types have replaced by the corresponding DtManagedObjectList class and associated pointer types declared in managedObjList.h. Typedef'd here for backwards compability with pre-3.9 versions of VR-Forces.
Member DtFilteredObjectListMgr
To be removed after VR-Forces version 3.11
Member DtFormationTableEntry::formationString ()
After VRF 3.11. Use formationName() instead.
Member DtHumanStateRepository::postGetSelf ()
To be removed after VR-Forces version 3.11 Called immediately following call to base class getSelf(). Determines if DtAutomotivePSR has been loaded. If so, maps information from that PSR to new human model PSRs. Enables pre-3.11 scenarios containing lifeform entities to work with new human model.
Member DtHumanStateRepository::preGetSelf ()
To be removed after VR-Forces version 3.11 Called immeidately prior to baseclass getSelf(). Creates a DtAutomotivePSR and adds it to our list of process state repositories. Enables pre-3.11 scenarios containing lifeform entities to work with new human model.
Member DtIfDeliverRadioMessage
Use DtIfDeliverVrfObjectMessage instead.
Member DtIfDeliverVrfObjectMessage::radioMessage () const
For API compatibility only.
Member DtIfDeliverVrfObjectMessage::setRadioMessage (DtVrfObjectMessage *message)
For API compatibility only.
Member DtLocalVector::distSquaredTo2D (const DtVector &localPosition) const
VR-Forces 3.11. To be removed following this release. Returns the (2D) squared distance to this.
Member DtLocalVector::elevationAngleTo (const DtVector &localPosition) const
VR-Forces 3.11. To be removed following this release. Returns the elevation angle which the given point would need to take to turn toward this.
Member DtLocalVector::headingAngleTo (const DtVector &localPosition) const
VR-Forces 3.11. To be removed following this release. Returns the heading angle which the given point would need to take to turn toward this in 2D.
Member DtLocalVertexList::distSquaredTo2D (const DtVector &point) const
VR-Forces 3.11. To be removed following this release. Returns the squared distance to this. if this has more than two vertices (ie. more than one line segment), acts on the closest line segment. if projection() then distSquaredTo() calls distSquared2D.
Member DtLocalVertexList::elevationAngleTo (const DtVector &point) const
VR-Forces 3.11. To be removed following this release. Returns the elevation angle in 3D at which point would proceed to arrive most quickly at this. if the object geometry has more than one vertex, then elevationAngleTo() acts on the closest vertex (which is not always the closest *point* on this).
Member DtLocalVertexList::getClosestLine2D (const DtVector &point, DtVector &linePt1, DtVector &linePt2) const
VR-Forces 3.11. To be removed following this release. Sets linePt1 and linePt2 to be the vertices of the line closest in 2D to point in this object geometry.
Member DtLocalVertexList::getClosestVertex2D (const DtVector &point, DtVector &vertex) const
VR-Forces 3.11. To be removed following this release. Sets vertex to be the vertex closest in 2D to point in this object geometry.
Member DtLocalVertexList::getClosestVertex2D (const DtVector &point) const
VR-Forces 3.11. To be removed following this release. Returns a pointer to the item in this list which is closest in 2D to point.
Member DtLocalVertexList::headingAngleTo (const DtVector &point) const
VR-Forces 3.11. To be removed following this release. Returns the angle at which point would proceed to arrive most quickly at this. if the object geometry has more than one vertex, then headingAngleTo() acts on the closest vertex (which is not always the closest *point* on this). all points are considered in 2D.
Member DtLocalVertexList::inside (const DtVector &point) const
VR-Forces 3.11. To be removed following this release. Returns true if point is inside this in 2D. always returns false if !closedFigure(). currently only supports convex polygons.
Member DtLocalVertexList::intersects (const DtVector &point1, const DtVector &point2) const
VR-Forces 3.11. To be removed following this release. Returns true if the line segment point1-point2 intersects any line segment in this object geometry, all in 2D. note: for purposes of this function, line segments don't intersect if they are colinear, even if they are partially coincident. this should be what a caller would want.
Member DtLocalVertexList::leftOf (const DtVector &point) const
VR-Forces 3.11. To be removed following this release. Returns true if point is left of the geometry in 2D. always returns false if this has only one vertex. if this has more than two vertices (ie. more than one line segment), acts on the closest (infinite) line.
Member DtLocalVertexList::localDistSquaredTo (const DtVector &point) const
VR-Forces 3.11. To be removed following this release. Returns the distance from localPoint to the closest vertex in this. If this is projected, calls distSquaredTo2D to find the the nearest vertex on this. Otherwise, calls closestLocalPosition() to determine the nearest vertex on this.
Member DtMissileStateRepository::setStartLocalOrientation (const DtTaitBryan &topocentricOrientation)
To be removed after VR-Forces version 3.11 Sets the starting orientation of the missile, in topocentric Euler angles. This function will only work if the terrain database is in UTM coordinates. This function has been deprecated in the API. Calls to this function be replaced with calls to setStartLocalOrientationWrtDatabase().
Class DtPseudoAggregateMovementPSR
To be removed after VR-Forces version 3.11 Needed for backwards compatibiltiy with scenario files created in the previous release.
Member DtRadioMessageCreatorFcn )()
Use DtVrfObjectMessageCreatorFcn instead.
Member DtRadioMessageFactory
Use DtVrfObjectMessageFactory instead.
Class DtSetMovementStrategyRequest
Deprecated as of 4.1. This class remains to allow reading of plans from pre 4.1 scenarios. The set no longer has any effect on the scenario.
Class DtSetStayInLaneRequest
DtSetStayInLaneRequest is deprecated as of VRF 4.1, and is no longer used by the system. Class remains for compatibility with reading old scenarios.
Member DtSimBoundingGeometry::setBoundingVolume (const DtDcm &localBvol, DtVector offset=DtVector::zero())
VR-Forces 3.11. To be removed following this release.
Member DtSimObjectNetInterface::maxNameLength () const
To be removed after VR-Forces version 3.11 Calls maxNameLengthForInterfaceType(type()).
Member DtStealthStatementType
Member DtTaskCompleteReport::setSubtaskId (int id)
As of VRF 3.12. Use setTaskId() and taskId() instead.
Member DtTaskMessage::setSubtaskId (int id)
As of VR-Forces 3.12. Call setTaskId() and taskId() instead.
Member DtVrfKinematicState::localOrientation () const
To be removed after VR-Forces version 3.11 The following functions are only applicable for UTM databases. Set/get topocentric Euler angles (heading, pitch, and roll). Use localOrientationWrtDatabase() instead, to get Euler angles with respect to the local (database) coordinate system, independent of the particular type of coordinate system in use (e.g. UTM, geocentric).
Member DtVrfObjectGeometry::worldBoundingGeometry () const
To be removed after VR-Forces 3.11. These 3 functions are here for backward compatibility. There is now just "boundingGeometry"; not a world vs. local version.
Member DtVrfObjectManager::objectParametersDB () const
To be removed after VR-Forces version 3.11
Member DtVrfObjectMessage::addRadioMessageCreatorFcn (int type, DtVrfObjectMessageCreatorFcn fcn)
Use addVrfObjectMessageCreatorFcn() instead.
Member DtVrfObjectMessage::createRadioMessage (int type)
Use createVrfObjectMessage() instead.
Member DtVrfObjectMessage::radioMessageType () const
Same as contentCategoryType().
Member DtVrfObjectMessage::recipient () const
Use receiver().
Member DtVrfObjectMessage::sender () const
Use transmitter().
Member DtVrfObjectMessage::setRecipient (const DtString &recipient)
Use setReceiver().
Member DtVrfObjectMessage::setSender (const DtString &sender)
Use setTransmitter().
Member DtVrfObjectMessageFactory::createRadioMessage (const int type)
Use createVrfObjectMessage().
Member DtVrfObjectParameters::setUnderFireDistance (DtReal underFireDistance)
For backwards compatibility only. This value should be specified in the damage actuator's descriptor.
Member DtVrfObjectParameters::setUnderFireTime (DtTime time)
For backwards compatibility only. This value should be specified in the damage actuator's descriptor.
Member DtVrfObjectParameters::underFireDistance () const
For backwards compatibility only. This value should be specified in the damage actuator's descriptor.
Member DtVrfObjectParameters::underFireDistanceSpecified () const
For backwards compatibility only. This function allows the damage actuator to know if myUnderFireDistance should override the value in its descriptor.
Member DtVrfObjectParameters::underFireTime () const
For backwards compatibility only. This value should be specified in the damage actuator's descriptor.
Member DtVrfObjectParameters::underFireTimeSpecified () const
For backwards compatibility only. This function allows the damage actuator to know if myUnderFireTime should override the value in its descriptor.
Member DtVrfObjectStateRepository::healthPct () const
To be removed after VR-Forces version 3.11 The health (appearance->damageState()), as a function of a percentage (0 - 100), where 0 < .30 DtDamageDestroyed .30 < .80 DtDamageModerate .80 < .90 DtDamageSlight > .9 DtDamageNone
Member DtVrfObjectStateRepository::isAggregate () const
To be removed after VR-Forces version 3.11
Member DtVrfObjectStateRepository::isEntity () const
To be removed after VR-Forces version 3.11
Member DtVrfObjectStateRepository::isLocal () const
To be removed after VR-Forces version 3.11
Member DtVrfObjectStateRepository::parameters () const
To be removed after VR-Forces version 3.11
Member DtVrfObjectStateRepository::subordinates ()
To be removed after VR-Forces version 3.11 call vrfSubordinates() instead.
Member DtVrfParameterDb::addParameters (const DtObjectType &objectType, DtVrfObjectParameters *newParameters)
To be removed after VR-Forces version 3.11 Call add() instead.
Member DtVrfParameterDb::lookupParameters (const DtObjectType &objectType, DtObjectType *matchingType) const
To be removed after VR-Forces version 3.11 Call lookup() instead.
Member DtVrfParameterDb::removeAndDeleteAll ()
To be removed after VR-Forces version 3.11 Call removeAll() instead.
Member DtVrfParameterDb::removeParameters (const DtObjectType &objectType)
To be removed after VR-Forces version 3.11 Call remove() instead.
Member DtVrfRemoteController::addScenarioSavedCallback (DtScenarioCallbackFcn fcn, void *usr)
starting in VRF 3.12; this does not provide success or failure information about the save to the callback.
Member geocentricAccelerationToLocalAcceleration (DtTopoView &topoView, DtVector &local)
VR-Forces 3.11. To be removed following this release. This function has been deprecated in the API. It assumes the database is in UTM coordinates. Use a corresponding function in this file that takes a Coordinate_System reference as an argument, for a version that will work with any supported terrain database (UTM, geocentric).
Member geocentricOrientationToLocalOrientation (DtTopoView &topoView, DtTaitBryan &local)
VR-Forces 3.11. To be removed following this release. Converts a DtTaitBryan set of rotation angles in geocentric coordinates, to a DtTaitBryan set of rotation angles in a topocentric system indicated by the DtTopoView specified.
Member geocentricOrientationToLocalOrientation (const DtVector &geocPosition, const DtTaitBryan &geoc, DtTaitBryan &local)
VR-Forces 3.11. To be removed following this release. This function has been deprecated in the API. It assumes the database is in UTM coordinates. Use a corresponding function in this file that takes a Coordinate_System reference as an argument, for a version that will work with any supported terrain database (UTM, geocentric).
Member geocentricVectorToLocalVector (const DtVector &geocPosition, const DtVector &geoc, DtVector &local)
VR-Forces 3.11. To be removed following this release. Converts a DtVector vector (such as velocity or acceleration) in geocentric coordinates to a DtVector vector in a topocentric coordinate whose origin is at the geocentric location specified.
Member geocentricVelocityToLocalVelocity (DtTopoView &topoView, DtVector &local)
VR-Forces 3.11. To be removed following this release. An alternate form of localVectorToGeocentricVector() that takes the velocity or acceleration from an DtTopoView in geocentric coordinates and returns their topocentric equivalents.
Member localAccelerationToGeocentricAcceleration (DtTopoView &topoView, const DtVector &local)
VR-Forces 3.11. To be removed following this release. The acceleration field of the ESR contained by the topoview will get the converted geocentric acceleration.
Member localOrientationToGeocentricOrientation (DtTopoView &topoView, const DtTaitBryan &local)
VR-Forces 3.11. To be removed following this release. The orientation field of the ESR contained by the topoview will get the converted geocentric orientation.
Member localOrientationToGeocentricOrientation (const DtVector &geocPosition, const DtTaitBryan &local, DtTaitBryan &geoc)
VR-Forces 3.11. To be removed following this release. Converts a DtTaitBryan set of rotation angles in a topocentric system, at the geocentric location specified, to a DtTaitBryan set of rotation angles in geocentric coordinates.
Member localVectorToGeocentricVector (const DtVector &geocPosition, const DtVector &local, DtVector &geoc)
VR-Forces 3.11. To be removed following this release. Converts a DtVector vector (such as velocity or acceleration) in a topocentric system, whose origin is at the geocentric location specified, to a DtVector vector in geocentric coordinates.
Member localVelocityToGeocentricVelocity (DtTopoView &topoView, const DtVector &local)
VR-Forces 3.11. To be removed following this release. The velocity field of the ESR contained by the topoview will get the converted geocentric velocity.
Class makVrf::DtSetStayInLaneDialog
Set Stay In Lane is deperecated as of VRF 4.1, but the dialog class remains to allow editing of old plans that may have this set present in their statement list.
Member makVrv::DtSharedAudioSettings::filename () const
This accessor is deprecated.
Member makVrv::DtSharedAudioSettings::setFilename (const std::string &mtlFile)
This mutator is deprecated.
Member makVrv::DtSharedAudioSettingsManager::filename () const
This accessor is deprecated.
Member makVrv::DtSharedAudioSettingsManager::setFilename (const std::string &mtlFile)
This mutator is deprecated.
Member makVrv::DtSharedAudioSettingsSignaler::signal_ReloadMapData
This signal has been deprecated.

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)