VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjparam
dmgAngleOfIncidenceLookupTable.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2016 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#ifndef DtDmgAngleOfIncidenceLookupTable_H_
12
#define DtDmgAngleOfIncidenceLookupTable_H_
13
14
#include <vlutil/vlMachineTypes.h>
15
16
#include "
vrfutil/readerWriter.h
"
17
#include "
vrfutil/rwReal.h
"
18
#include "
vrfobjparam/dmgAngleOfIncidenceTable.h
"
19
#include "
vrfobjparam/prbStepFunctionDeterminant.h
"
20
21
class
DtString
;
22
class
DtReaderWriterRegistry
;
23
class
DtPrbValueList
;
24
27
#include "
vrfobjparam/vrfobjparamDefines.h
"
28
class
DT_DLL_vrfobjparam
DtDmgAngleOfIncidenceLookupTable
:
public
DtDmgAngleOfIncidenceTable
29
{
30
public
:
31
32
//default constructor
33
DtDmgAngleOfIncidenceLookupTable
();
34
36
DtDmgAngleOfIncidenceLookupTable
(
const
DtString
& name,
37
DtReaderWriterRegistry
* parentRegistry = NULL);
38
DtDmgAngleOfIncidenceLookupTable
(
const
DtSymbolString
& name,
39
DtReaderWriterRegistry
* parentRegistry = NULL);
40
42
DtDmgAngleOfIncidenceLookupTable
(
const
DtString
& name,
const
43
DtDmgAngleOfIncidenceLookupTable
& orig,
DtReaderWriterRegistry
*
44
parentRegistry = NULL);
45
DtDmgAngleOfIncidenceLookupTable
(
const
DtSymbolString
& name,
const
46
DtDmgAngleOfIncidenceLookupTable
& orig,
DtReaderWriterRegistry
*
47
parentRegistry = NULL);
48
49
const
DtDmgAngleOfIncidenceLookupTable
&
operator=
(
const
50
DtDmgAngleOfIncidenceLookupTable
& orig);
51
53
virtual
~
DtDmgAngleOfIncidenceLookupTable
();
54
55
virtual
DtDmgAngleOfIncidenceTable
*
clone
(
const
DtString
& name,
56
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
57
virtual
DtDmgAngleOfIncidenceTable
*
clone
(
const
DtSymbolString
& name,
58
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
59
64
virtual
void
getProbabilities
(DtReal range,
DtPrbValueList
* entry)
const
;
65
68
virtual
double
getMaximumInputValue
()
const
;
69
72
virtual
double
getMinimumInputValue
()
const
;
73
75
virtual
void
addTableEntry(
const
DtPrbValueList
& tableEntry);
76
78
static
DtDmgAngleOfIncidenceTable
*
creator
() {
return
new
DtDmgAngleOfIncidenceLookupTable
(
"angle-of-incidence"
); }
79
80
protected
:
81
85
89
DtPrbStepFunctionDeterminant
myDeterminant
;
90
92
};
93
94
#endif
95
96
97
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)