47 virtual void setSeparationDistance(DtReal
distance);
48 virtual DtReal separationDistance()
const;
50 virtual void setSeparationTolerance(DtReal tolerancePercent);
51 virtual DtReal separationTolerance()
const;
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwReal mySeparationTolerance
Definition: convoyDescriptor.h:66
#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: convoyDescriptor.h:25
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
static DtComponentDescriptor * creator()
DtRailPathControllerDescriptor; descriptor for the DDtRailPathController component.
Definition: railPathControllerDescriptor.h:23
DtRailPathControllerDescriptor & operator=(const DtRailPathControllerDescriptor &orig)
assignment
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
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
DtRwReal mySeparationDistance
Definition: convoyDescriptor.h:65