VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
prbStepFunctionDeterminant.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  DtPrbStepFunctionDeterminant(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 
58  virtual void addTableEntry(const DtPrbValueList& tableEntry);
59 
62  virtual void getProbabilities(DtReal value, DtPrbValueList* entry) const;
63 
65  virtual double getMaximumInputValue() const;
66 
68  virtual double getMinimumInputValue() const;
69 
71  virtual const DtPrbStepFunction& stepFunction() const;
72 
73 protected:
74 
78 
87 
89 
90 };
91 
92 
93 
94 

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)