48 virtual double atFactor()
const;
49 virtual void setAtFactor(
double distance);
54 virtual double onRouteFactor()
const;
55 virtual void setOnRouteFactor(
double);
static DtComponentDescriptor * creator()
DtRwReal myOnRouteFactor
Parameter Name: on-route-factor Parameter Description: The distance from the route within which the u...
Definition: aggregatedMoveAlongDescriptor.h:81
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtAggregatedMoveAlongDescriptor; descriptor for the DtAggregatedMoveAlongDescriptor component...
Definition: aggregatedMoveAlongDescriptor.h:20
Definition: readerWriterRegistry.h:39
DtAggregatedMoveToDescriptor & operator=(const DtAggregatedMoveToDescriptor &orig)
assignment
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DT_DLL_VRVCORE double distance(const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to)
Returns the distance from the two points. Coordinates are in local database coordinates The coordinat...
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwReal myAtFactor
Parameter Name: at-factor Parameter Description: Defines the ratio of the footprint to be considered ...
Definition: aggregatedMoveAlongDescriptor.h:73
DtAggregatedMoveToDescriptor; descriptor for the DtAggregatedMoveToDescriptor component.
Definition: aggregatedMoveToDescriptor.h:21
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override