18 #include <vlutil/vlMachineTypes.h>
19 #include <matrix/vlVector.h>
41 const DtString& rwName = DtString::nullString(),
46 & orig,
const DtString& rwName = DtString::nullString(),
58 const DtString& rwName = DtString::nullString(),
68 virtual const int bombEntityStateRepositorySubType()
const;
84 virtual DtReal maxRange()
const;
85 virtual void setMaxRange(
const DtReal range);
90 virtual DtReal maxRangeAltitude()
const;
91 virtual void setMaxRangeAltitude(
const DtReal range);
96 virtual DtReal cepRadius()
const;
97 virtual void setCepRadius(
const DtReal cepRadius);
Instances of DtVrfObjectParameters are the readable/writeable objects that contain the information ne...
Definition: vrfObjectParameters.h:59
DtReal myMaxRangeAltitude
The altitude at which the maximum range of the bomb can be achieved.
Definition: bombStateRepository.h:120
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
Description: This repository holds all information that is common to all the forms of all objects wit...
Definition: vrfMovingObjectStateRepository.h:26
virtual void initializeFromParameters()
This repository holds all information that is common to all bomb entities.
Definition: bombStateRepository.h:28
*virtual const DtObjectType & objectType() const
DtVrfMovingObjectStateRepository & operator=(const DtVrfMovingObjectStateRepository &orig)
Assignment Operator.
The DtSimObjectStateRepository is an abstract base class (ABC) for all state repositories.
Definition: simObjectStateRepository.h:46
Definition: readerWriterRegistry.h:39
virtual const int vrfMovingObjectStateRepositorySubType() const
Returns DtVrfMovingObjectStateRepositorySubTypeBase.
Description: This repository holds all information that is common to all the forms of all entity/aggr...
Definition: vrfObjectStateRepository.h:87
This file contains the class declaration for the.
virtual DtString type() const
returns DtSimObjectStateRepositoryType
virtual DtSimObjectStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const
Clone.
Definition: objectType.h:27
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
class DtVrfObjectManager:
Definition: vrfObjectManager.h:201
DtReal myMaxRange
The maximum range of the bomb when it is released at myMaxRangeAltitude.
Definition: bombStateRepository.h:117
DtReal myCepRadius
Radius of a circle within which 50 % of the missiles fired will impact.
Definition: bombStateRepository.h:129
virtual bool createParameters()
static DtVrfObjectStateRepository * creator(const DtString &name, DtVrfObject *vrfObject, const DtObjectType &objectType, DtVrfObjectParameters *parameters, DtReaderWriterRegistry *parentRegistry)
Contains the set of readable/writeable parameters associated with an bomb type of entity...
Definition: bombParameters.h:22