49 virtual double postSpacing()
const;
50 virtual void setPostSpacing(
double distance);
55 virtual bool showCoverPoint()
const;
56 virtual void setShowCoverPoint(
bool);
61 virtual bool performTwoPasses()
const;
62 virtual void setPerformTwoPasses(
bool);
67 virtual double postSpacingOnSecondPass()
const;
68 virtual void setPostSpacingOnSecondPass(
double);
73 virtual double atDistance()
const;
74 virtual void setAtDistance(
double distance);
#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:42
DtRwBoolean myShowCoverPoint
Parameter Name: show-cover-point Parameter Description: Whether or not to show calculated cover point...
Definition: humanCoverPointControllerDescriptor.h:105
Definition: readerWriterRegistry.h:39
DtRwReal myPostSpacingOnSecondPass
Parameter Name: post-spacing-on-second-pass Parameter Description: If doing two passes, the post spacing to use on the second pass Parameter Units: Parameter Default Value: 1.0.
Definition: humanCoverPointControllerDescriptor.h:118
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DT_DLL_VRVCORE double distance(const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to)
Returns the distance from the two points.
DtRwReal myPostSpacing
Parameter Name: post-spacing Parameter Description: Creates a grid of points from the entity location...
Definition: humanCoverPointControllerDescriptor.h:99
DtHumanCoverPointControllerDescriptor; descriptor for the DtHumanCoverPointController component...
Definition: humanCoverPointControllerDescriptor.h:20
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.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtRwReal myAtDistance
Parameter Name: at-distance Parameter Description: Maximum distance from goal entity is considered to...
Definition: humanCoverPointControllerDescriptor.h:91
DtRwBoolean myPerformTwoPasses
Parameter Name: perform-two-passes Parameter Description: If true perform a second pass which will be...
Definition: humanCoverPointControllerDescriptor.h:112