49 virtual bool useGroundClamping()
const;
50 virtual void setUseGroundCamping(
bool doUse);
55 virtual const DtEntityType& fuelType()
const;
56 virtual void setFuelType(
const DtEntityType& fuelType);
61 virtual double fuelEfficiency()
const;
62 virtual void setFuelEfficiency(
double d);
67 virtual bool useHighFidelityGroundClamping()
const;
68 virtual void setUseHighFidelityGroundClamping(
bool yesOrNo);
74 virtual const double convoyFollowSpeedFactor()
const;
75 virtual void setConvoyFollowSpeedFactor(
const double factor);
87 virtual void setExtraLanesEachDirection(
unsigned);
88 virtual unsigned extraLanesEachDirection()
const;
93 virtual void setAddBreakdownLanes(
bool);
94 virtual bool addBreakdownLanes()
const;
DtRwBoolean myAddBreakdownLanes
Parameter Name: add-breakdown-lanes Parameter Description: If true, add one or two additional lanes t...
Definition: roadMovementDescriptor.h:157
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myConvoySpeedFactor
Parameter Name: convoy-follow-speed-factor Parameter Description: This is the factor by with to mult...
Definition: roadMovementDescriptor.h:142
class DtRwEntityTypeList:
Definition: rwEntityTypeList.h:23
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
Description: Readable, Writable unsigned int.
Definition: rwUnsigned.h:31
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwResource myFuelType
Parameter Name: fuel-type Parameter Description: The fuel that will be consumed by the surface vessel...
Definition: roadMovementDescriptor.h:163
DtRwBoolean myClampToGround
Parameter Name: clamp-to-ground Parameter Description: Specifies whether or not to clamp to the terra...
Definition: roadMovementDescriptor.h:119
DtRwBoolean myUseHighFidelityGroundClamping
Parameter Name: use-high-fidelity-ground-clamping Parameter Description: Specifies whether or not to ...
Definition: roadMovementDescriptor.h:135
DtRwReal myFuelEfficiency
Parameter Name: fuel-efficieny Parameter Description: When a ground vehicle moves, how much of the fuel is used. Dependent on unit of measurement of resource Parameter Default Value: 100 .
Definition: roadMovementDescriptor.h:168
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtRwUnsigned myExtraLanes
Parameter Name: extra-lanes-each-direction Parameter Description: Extra lanes added to each direction...
Definition: roadMovementDescriptor.h:152
This class will read in an old resource by name and convert it to the type, or, just read it as type...
Definition: rwResource.h:12
DtRwEntityTypeList myPassableObjectTypes
Parameter Name: passable-object-types Parameter Description: Object types to treat as potential obstr...
Definition: roadMovementDescriptor.h:147
A DtComponentDescriptor that has parameters that indicate how an entity should move along a rail segm...
Definition: roadMovementDescriptor.h:25