VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
dtctRngLkUp.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: dtctRngLkUp.h,v $ $Revision: 1.9 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef DtDetectionPrbRangeLookupEntry_H_
15
#define DtDetectionPrbRangeLookupEntry_H_
16
17
#include <vlutil/vlMachineTypes.h>
18
19
#include "
vrfutil/rdrWritr.h
"
20
#include "
vrfutil/rwReal.h
"
21
#include "
vrfobjparam/rngPrbEnt.h
"
22
#include "
vrfobjparam/tableRngDet.h
"
23
24
class
DtString
;
25
class
DtReaderWriterRegistry
;
26
class
DtPrbRangeTableEntry
;
27
30
#include "
vrfobjparam/vrfobjparamDefines.h
"
31
class
DT_DLL_vrfobjparam
DtDetectionPrbRangeLookupEntry
:
public
DtRangeProbEntry
32
{
33
34
public
:
35
36
//default constructor
37
DtDetectionPrbRangeLookupEntry
();
38
40
DtDetectionPrbRangeLookupEntry
(
const
DtString
& name,
41
DtReaderWriterRegistry
* parentRegistry = NULL);
42
DtDetectionPrbRangeLookupEntry
(
const
DtSymbolString
& name,
43
DtReaderWriterRegistry
* parentRegistry = NULL);
44
46
DtDetectionPrbRangeLookupEntry
(
const
DtString
& name,
const
47
DtDetectionPrbRangeLookupEntry
& orig,
DtReaderWriterRegistry
*
48
parentRegistry = NULL);
49
DtDetectionPrbRangeLookupEntry
(
const
DtSymbolString
& name,
const
50
DtDetectionPrbRangeLookupEntry
& orig,
DtReaderWriterRegistry
*
51
parentRegistry = NULL);
52
53
const
DtDetectionPrbRangeLookupEntry
&
operator=
(
const
54
DtDetectionPrbRangeLookupEntry
& orig);
55
57
virtual
~
DtDetectionPrbRangeLookupEntry
();
58
59
virtual
DtRangeProbEntry
*
clone
(
const
DtString
& name,
60
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
61
virtual
DtRangeProbEntry
*
clone
(
const
DtSymbolString
& name,
62
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
63
68
virtual
void
getProbabilities
(DtReal range,
DtPrbRangeTableEntry
* entry);
69
71
virtual
void
addTableEntry(
const
DtPrbRangeTableEntry
& tableEntry);
72
75
virtual
const
DtPrbTableRangeDeterminant
& determinant()
const
;
76
77
protected
:
78
82
87
DtPrbTableRangeDeterminant
myDeterminant
;
88
90
};
91
92
#endif
93
94
95
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)