46 virtual DtString pathFeatureType()
const;
47 virtual void setPathFeatureType(
const DtString& pathFeatureType);
51 virtual bool publishPaths()
const;
52 virtual void setPublishPaths(
bool value);
63 virtual const double allowableDistance()
const;
64 virtual void setAllowableDistance(
double value);
69 virtual const double maxSearchRadiusCoefficient()
const;
70 virtual void setMaxSearchRadiusCoefficient(
double value);
75 virtual const double maxSearchRadiusOffset()
const;
76 virtual void setMaxSearchRadiusOffset(
double value);
DtRwReal myAllowableDistance
ParameterName: allowable-distance Parameter Description: This parameter determines how close (in mete...
Definition: railPathControllerDescriptor.h:117
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
DtRwReal myMaxSearchRadiusCoefficient
ParameterName: max-search-radius-coefficient Parameter Description: This determines the coefficient (...
Definition: railPathControllerDescriptor.h:126
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwString myPathFeatureType
Parameter Name: path-feature-type Parameter Description: Type of path features to plan on...
Definition: railPathControllerDescriptor.h:98
DtRailPathControllerDescriptor; descriptor for the DDtRailPathController component.
Definition: railPathControllerDescriptor.h:23
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.
class DtRwRealAttributeList:
Definition: rwRealAttributeList.h:29
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtRwReal myMaxSearchRadiusOffset
ParameterName: max-search-radius-offset Parameter Description: This determines the offset (b) in the ...
Definition: railPathControllerDescriptor.h:135
DtRwBoolean myPublishPaths
Parameter Name: publish-paths Parameter Description: Indicated whether paths found by the path planne...
Definition: railPathControllerDescriptor.h:104
DtRwRealAttributeList myPathfinderWeightFactors
ParameterName: pathfinder-weight-factors Parameter Description: This parameter allows edge weights to...
Definition: railPathControllerDescriptor.h:110