VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dmgAngleOfIncidenceCalcTable.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
12 #include <vlutil/vlMachineTypes.h>
13 
15 #include <readerWriter/rwReal.h>
18 
19 class DtString;
21 class DtPrbValueList;
23 
28 {
29 
30 public:
31 
32  //default constructor
34 
37  DtReaderWriterRegistry* parentRegistry = NULL);
39  DtReaderWriterRegistry* parentRegistry = NULL);
40 
42  DtDmgAngleOfIncidenceCalcTable(const DtString& name, const
44  parentRegistry = NULL);
47  parentRegistry = NULL);
48 
51 
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 
61  virtual bool isValid() const;
62 
67  virtual void getProbabilities(DtReal range, DtPrbValueList* entry) const;
68 
71  virtual double getMaximumInputValue() const;
72 
75  virtual double getMinimumInputValue() const;
76 
77  virtual void addProbabilityCoefficients(
78  const DtPrbProbabilityCoefficients& coefficients);
79 
81  static DtDmgAngleOfIncidenceTable* creator() { return new DtDmgAngleOfIncidenceCalcTable("angle-of-incidence"); }
82 
86  {
87  return myDeterminant;
88  }
89 
90  const DtPrbCoefficientsDeterminant& determinant() const
91  {
92  return myDeterminant;
93  }
95 
96  virtual bool operator==(const DtDmgAngleOfIncidenceTable&) const;
97 
98 protected:
99 
103 
109 
111 
112 };

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)