16 #ifndef DtGroundMoveToDescriptor_H_
17 #define DtGroundMoveToDescriptor_H_
54 virtual void setAtDistance(DtReal atDistance);
55 virtual DtReal atDistance()
const;
61 virtual void setNearDistance(DtReal nearDistance);
62 virtual DtReal nearDistance()
const;
67 virtual void setApproachSpeed(DtReal approachSpeed);
68 virtual DtReal approachSpeed()
const;
#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
DtRwReal myApproachSpeed
Parameter Name: approach-speed Parameter Description: Speed entity should go when approaching (near) ...
Definition: groundMoveToDescriptor.h:107
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
DtRwReal myNearDistance
Parameter Name: near-distance Parameter Description: The distance from a destination point at which a...
Definition: groundMoveToDescriptor.h:92
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwReal myAtDistance
Parameter Name: at-distance Parameter Description: The distance from a destination point at which an ...
Definition: groundMoveToDescriptor.h:99
virtual DtString type() const
Returns the type of component this descriptor describes.
static DtComponentDescriptor * creator()