VR-Forces 4.7 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
prbDeterminant.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
#pragma once
12
13
#include <
readerWriter/readerWriter.h
>
14
#include <vlutil/vlMachineTypes.h>
15
16
class
DtString
;
17
class
DtReaderWriterRegistry
;
18
class
DtPrbValueList
;
19
23
#include "
vrfobjparam/vrfobjparamDefines.h
"
24
class
DT_DLL_vrfobjparam
DtPrbDeterminant
:
public
DtReaderWriter
25
{
26
27
protected
:
29
DtPrbDeterminant
();
30
32
DtPrbDeterminant
(
const
DtString
& name,
DtReaderWriterRegistry
*
33
parentRegistry = NULL);
34
DtPrbDeterminant
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
*
35
parentRegistry = NULL);
36
38
DtPrbDeterminant
(
const
DtString
& name,
const
39
DtPrbDeterminant
& orig,
DtReaderWriterRegistry
*
40
parentRegistry = NULL);
41
DtPrbDeterminant
(
const
DtSymbolString
& name,
const
42
DtPrbDeterminant
& orig,
DtReaderWriterRegistry
*
43
parentRegistry = NULL);
44
45
const
DtPrbDeterminant
&
operator=
(
const
46
DtPrbDeterminant
& orig);
47
49
virtual
~
DtPrbDeterminant
();
50
51
virtual
DtPrbDeterminant
* clone(
const
DtString
& name,
52
DtReaderWriterRegistry
* parentRegistry = NULL)
const
= 0;
53
virtual
DtPrbDeterminant
* clone(
const
DtSymbolString
& name,
54
DtReaderWriterRegistry
* parentRegistry = NULL)
const
= 0;
55
56
public
:
59
virtual
void
getProbabilities(DtReal value,
DtPrbValueList
* entry)
const
= 0;
60
62
virtual
double
getMaximumInputValue()
const
= 0;
63
65
virtual
double
getMinimumInputValue()
const
= 0;
66
67
};
68
69
70
71
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)