54 virtual DtReal nearCatchUpFactor()
const;
55 virtual void setNearCatchUpFactor(DtReal nearCatchUpFactor);
60 virtual DtReal farCatchUpFactor()
const;
61 virtual void setFarCatchUpFactor(DtReal farCatchUpFactor);
66 virtual DtReal passedSlowDownFactor()
const;
67 virtual void setPassedSlowDownFactor(DtReal passedSlowDownFactor);
73 virtual double distanceReplanThreshold()
const;
74 virtual void setDistanceReplanThreshold(
double replanDistance);
79 virtual double timeReplanThreshold()
const;
80 virtual void setTimeReplanThreshold(
double replanDistance);
85 virtual double targetLookaheadTime()
const;
86 virtual void setTargetLookaheadTime(
double time);
91 virtual double destinationSmoothingPeriod()
const;
92 virtual void setDestinationSmoothingPeriod(
double time);
DtGroundMoveToDescriptor & operator=(const DtGroundMoveToDescriptor &orig)
assignment
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A DtComponentDescriptor that has parameters that indicate the distances at which the entity is consid...
Definition: groundMoveToDescriptor.h:30
static DtComponentDescriptor * creator()
DtRwReal myDestinationSmoothingPeriod
Parameter Name: destination-smoothing-period Parameter Description: Parameter Units: seconds Paramete...
Definition: groundFollowEntityDescriptor.h:155
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
A DtGroundMoveToDescriptor that has the speed ratios to use when at, near, or past the desired locati...
Definition: groundFollowEntityDescriptor.h:30
DtRwReal myTimeReplanThreshold
Parameter Name: time-replan-threshold Parameter Description: Parameter Units: seconds Parameter Defau...
Definition: groundFollowEntityDescriptor.h:143
DtRwReal myDistanceReplanThreshold
Parameter Name: distance-replan-threshold Parameter Description: Parameter Units: meters Parameter De...
Definition: groundFollowEntityDescriptor.h:137
DtRwReal myPassedSlowDownFactor
Parameter Name: passed-slow-down-factor Parameter Description: Speed the entity is to use if it is cl...
Definition: groundFollowEntityDescriptor.h:131
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
virtual DtString type() const
Returns the type of descriptor. This will be used to create the descriptor on read from an mtl file...
DtRwReal myFarCatchUpFactor
Parameter Name: far-catch-up-factor Parameter Description: The amount by which the ordered speed incr...
Definition: groundFollowEntityDescriptor.h:123
DtRwReal myTargetLookaheadTime
Parameter Name: target-lookahead-time Parameter Description: Parameter Units: seconds Parameter Defau...
Definition: groundFollowEntityDescriptor.h:149
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwReal myNearCatchUpFactor
Parameter Name: near-catch-up-factor Parameter Description: The speed the entity uses to catch up to ...
Definition: groundFollowEntityDescriptor.h:116