VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dmgAngleOfIncidenceTable.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 "vrfutil/readerWriter.h"
14 #include "vrfutil/rwReal.h"
15 #include <vlutil/vlMachineTypes.h>
16 
17 class DtString;
19 class DtPrbValueList;
20 
30 {
31 
32 protected:
33  //default constructor
35 
38  parentRegistry = NULL);
40  parentRegistry = NULL);
41 
44  const DtDmgAngleOfIncidenceTable& orig,
45  DtReaderWriterRegistry* parentRegistry = NULL);
47  const DtDmgAngleOfIncidenceTable& orig,
48  DtReaderWriterRegistry* parentRegistry = NULL);
49 
52 
53 public:
54 
56  virtual ~DtDmgAngleOfIncidenceTable();
57 
58  virtual DtDmgAngleOfIncidenceTable * clone(const DtString& name,
59  DtReaderWriterRegistry* parentRegistry = NULL) const = 0;
60  virtual DtDmgAngleOfIncidenceTable * clone(const DtSymbolString& name,
61  DtReaderWriterRegistry* parentRegistry = NULL) const = 0;
62 
67  virtual void getProbabilities(DtReal rangeOrPower, DtPrbValueList* entry) const = 0;
68 
71  virtual double getMaximumInputValue() const = 0;
72 
75  virtual double getMinimumInputValue() const = 0;
76 
79  virtual void setAngleOfIncidence(DtReal angle);
80  virtual DtReal angleOfIncidence() const;
82 
83 protected:
87 
94 
96 };
97 
98 typedef DtDmgAngleOfIncidenceTable* (*DtDmgAngleOfIncidenceTableCreatorFcn)();
99 
102 {
103 public:
106 
109 
111  virtual void addCreatorFcn(const DtString& type, DtDmgAngleOfIncidenceTableCreatorFcn fcn);
112 
113  virtual DtDmgAngleOfIncidenceTable* createAngleOfIncidenceTable(const DtString& type);
114 
115 private:
120 
121 protected:
122  typedef std::map<DtString, DtDmgAngleOfIncidenceTableCreatorFcn> DtDmgAngleOfIncidenceTableCreatorMap;
124 
125 };
126 
127 

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)