VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjparam
individualLifeformAcquireDescriptor.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/groundMoveToDescriptor.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 Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)