15 #ifndef DtTurretAcquireControllerDescriptor_H_
16 #define DtTurretAcquireControllerDescriptor_H_
66 virtual bool checkLOS()
const;
67 virtual void setCheckLOS(
bool checkLOSFlag);
72 virtual bool trackBySignature()
const;
73 virtual void setTrackBySignature(
bool trackBySig);
84 virtual double minTrackSignature()
const;
85 virtual void setMinTrackSignature(
double minSig);
90 virtual double maxAlignmentAngle()
const;
91 virtual void setMaxAlightmentAngle(
double angle);
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myMinTrackSignature
Parameter Name: min-track-signature Parameter Description: The minimum apparent signature (in the dom...
Definition: turretAcquireControllerDescriptor.h:137
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:49
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwBoolean myTrackBySignature
Parameter Name: track-by-signature Parameter Description: Determines whether the acquire controller s...
Definition: turretAcquireControllerDescriptor.h:123
DT_DLL_vrfutil double angle(double vec1[3], double vec2[3])
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwBoolean myCheckLOS
Parameter Name: check-LOS Parameter Description: Determines whether any checks are done to see if the...
Definition: turretAcquireControllerDescriptor.h:115
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
A DtComponentDescriptor that has a flag to indicate whether or not line of sight should be checked...
Definition: turretAcquireControllerDescriptor.h:40
DtRwReal myMaxAlignmentAngle
Parameter Name: max-alignment-angle Parameter Description: The maximum angle that between the turret ...
Definition: turretAcquireControllerDescriptor.h:146
static DtComponentDescriptor * creator()
DtRwString myTrackSignatureDomain
Parameter Name: track-signature-domain Parameter Description: The signature domain to be used to trac...
Definition: turretAcquireControllerDescriptor.h:129