VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
indLifeformAcquireDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: indLifeformAcquireDesc.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtIndividualLifeformAcquireDescriptor_H_
16
#define DtIndividualLifeformAcquireDescriptor_H_
17
18
#include "
vrfobjparam/gndMoveToDesc.h
"
19
#include "
vrfutil/rwInt.h
"
20
23
#include "
vrfobjparam/vrfobjparamDefines.h
"
24
class
DT_DLL_vrfobjparam
DtIndividualLifeformAcquireDescriptor
:
public
DtGroundMoveToDescriptor
25
{
26
public
:
27
29
DtIndividualLifeformAcquireDescriptor
(
const
DtString
& name,
30
DtReaderWriterRegistry
* parentRegistry = 0);
31
33
virtual
~
DtIndividualLifeformAcquireDescriptor
();
34
36
DtIndividualLifeformAcquireDescriptor
(
37
const
DtIndividualLifeformAcquireDescriptor
&
38
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
39
41
DtIndividualLifeformAcquireDescriptor
&
operator=
(
42
const
DtIndividualLifeformAcquireDescriptor
& orig);
43
46
virtual
DtString
type
()
const
;
47
48
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
49
= 0)
const
;
50
53
virtual
const
DtString
& weaponProcessStateRepositoryName()
const
;
54
virtual
void
setWeaponProcessStateRepositoryName(
const
DtString
& name);
56
59
virtual
bool
checkLOS()
const
;
60
virtual
void
setCheckLOS(
bool
checkLOSFlag);
62
65
virtual
bool
trackBySignature()
const
;
66
virtual
void
setTrackBySignature(
bool
trackBySig);
68
71
virtual
DtSymbolString
trackSignatureDomain()
const
;
72
virtual
void
setTrackSignatureDomain(
DtSymbolString
domain);
74
77
virtual
double
minTrackSignature()
const
;
78
virtual
void
setMinTrackSignature(
double
minSig);
80
82
static
DtComponentDescriptor
*
creator
();
83
84
protected
:
85
89
94
DtRwString
myWeaponProcessStateRepositoryName
;
95
102
DtRwBoolean
myCheckLOS
;
103
110
DtRwBoolean
myTrackBySignature
;
111
116
DtRwString
myTrackSignatureDomain
;
117
124
DtRwReal
myMinTrackSignature
;
125
127
};
128
129
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)