VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
prbCoefficientsDeterminant.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 
15 #include <vlutil/vlMachineTypes.h>
16 
17 class DtString;
19 class DtPrbValueList;
20 
26 {
27 
28 public:
29  //default constructor
31 
34  DtReaderWriterRegistry* parentRegistry = NULL);
36  DtReaderWriterRegistry* parentRegistry = NULL);
37 
39  DtPrbCoefficientsDeterminant(const DtString& name, const
41  parentRegistry = NULL);
44  parentRegistry = NULL);
45 
48 
51 
52  virtual DtPrbDeterminant* clone(const DtString& name,
53  DtReaderWriterRegistry* parentRegistry = NULL) const;
54  virtual DtPrbDeterminant* clone(const DtSymbolString& name,
55  DtReaderWriterRegistry* parentRegistry = NULL) const;
56 
57  virtual void addProbabilityCoefficients(
58  const DtPrbProbabilityCoefficients& coefficients);
59 
62  virtual void getProbabilities(DtReal inputValue, DtPrbValueList* entry) const;
63 
66  virtual double getMaximumInputValue() const;
67 
70  virtual double getMinimumInputValue() const;
71 
74  virtual const DtPrbCoefficientList& coefficientList() const;
75 
76 protected:
77 
81 
99 
101 
102 };
103 
104 
105 
106 
107 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)