VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
detectLevelDeterminator.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
#pragma once
12
13
#include "
vrfmodel/vrfmodelDefines.h
"
14
#include <vlutil/vlString.h>
15
#include "
tdbutil/stringKeyFactory.h
"
16
17
class
DtRwDetectionLevelContainer
;
18
class
DtRwSensorContactInfo
;
19
20
21
class
DtDetectionLevelDeterminator
;
22
24
typedef
DtStringKeyFactory<DtDetectionLevelDeterminator>
DtDetectionLevelDeterminatorFactory
;
25
26
38
class
DT_DLL_vrfmodel
DtDetectionLevelDeterminator
39
{
40
private
:
42
DtDetectionLevelDeterminator
(
const
DtDetectionLevelDeterminator
& orig);
43
44
DtDetectionLevelDeterminator
& operator= (
const
DtDetectionLevelDeterminator
& orig);
45
46
public
:
48
DtDetectionLevelDeterminator
();
49
50
virtual
~
DtDetectionLevelDeterminator
();
51
54
virtual
void
init
(
const
DtRwDetectionLevelContainer
& params) = 0;
55
58
virtual
DtString
type()
const
= 0;
59
62
virtual
int
determineCombatIdentificationLevel(
double
apparentSig,
DtRwSensorContactInfo
*
63
sensorInfo) = 0;
64
66
static
void
setFactory(
DtDetectionLevelDeterminatorFactory
* factory);
67
70
static
DtDetectionLevelDeterminator
* createDeterminator(
const
DtString
& type);
71
72
protected
:
73
static
DtDetectionLevelDeterminatorFactory
*
theFactory
;
74
};
75
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
)