![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2004 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: indLifeformAcquireDesc.h,v $ $Revision: 1.6 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00014 00015 #ifndef DtIndividualLifeformAcquireDescriptor_H_ 00016 #define DtIndividualLifeformAcquireDescriptor_H_ 00017 00018 #include "vrfobjparam/gndMoveToDesc.h" 00019 #include "vrfutil/rwInt.h" 00020 00023 #include "vrfobjparam/vrfobjparamDefines.h" 00024 class DT_DLL_vrfobjparam DtIndividualLifeformAcquireDescriptor : public DtGroundMoveToDescriptor 00025 { 00026 public: 00027 00029 DtIndividualLifeformAcquireDescriptor(const DtString& name, 00030 DtReaderWriterRegistry * parentRegistry = 0); 00031 00033 virtual ~DtIndividualLifeformAcquireDescriptor(); 00034 00036 DtIndividualLifeformAcquireDescriptor( 00037 const DtIndividualLifeformAcquireDescriptor & 00038 orig, DtReaderWriterRegistry * parentRegistry = 0); 00039 00041 DtIndividualLifeformAcquireDescriptor& operator=( 00042 const DtIndividualLifeformAcquireDescriptor& orig); 00043 00046 virtual DtString type() const; 00047 00048 virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry 00049 = 0) const; 00050 00053 virtual const DtString& weaponProcessStateRepositoryName() const; 00054 virtual void setWeaponProcessStateRepositoryName(const DtString& name); 00056 00059 virtual bool checkLOS() const; 00060 virtual void setCheckLOS(bool checkLOSFlag); 00062 00065 virtual bool trackBySignature() const; 00066 virtual void setTrackBySignature(bool trackBySig); 00068 00071 virtual DtSymbolString trackSignatureDomain() const; 00072 virtual void setTrackSignatureDomain(DtSymbolString domain); 00074 00077 virtual double minTrackSignature() const; 00078 virtual void setMinTrackSignature(double minSig); 00080 00082 static DtComponentDescriptor * creator(); 00083 00084 protected: 00085 00089 00094 DtRwString myWeaponProcessStateRepositoryName; 00095 00102 DtRwBoolean myCheckLOS; 00103 00110 DtRwBoolean myTrackBySignature; 00111 00116 DtRwString myTrackSignatureDomain; 00117 00124 DtRwReal myMinTrackSignature; 00125 00127 }; 00128 00129 #endif