13 #include <vlutil/vlMachineTypes.h>
43 parentRegistry = NULL);
46 parentRegistry = NULL);
DtDmgAngleOfIncidenceLookupTable is the derived form of DtDmgAngleOfIncidenceTable that has a DtPrbSt...
Definition: dmgAngleOfIncidenceLookupTable.h:27
const DtPrbStepFunctionDeterminant & determinant() const
Determinant accessors for myDeterminant.
Definition: dmgAngleOfIncidenceLookupTable.h:90
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtDmgAngleOfIncidenceTable is an abstract class whose deriving classes will have one of the two forms...
Definition: dmgAngleOfIncidenceTable.h:29
virtual double getMaximumInputValue() const =0
Assuming that probability decreases as the input value increases, returns the maximum input value at ...
Definition: readerWriterRegistry.h:39
const DtDmgAngleOfIncidenceTable & operator=(const DtDmgAngleOfIncidenceTable &orig)
virtual bool isValid() const =0
Subclasses should return true if this is a valid entry.
static DtDmgAngleOfIncidenceTable * creator()
Creates an instance of this class.
Definition: dmgAngleOfIncidenceLookupTable.h:80
DtPrbValueList.
Definition: prbValueList.h:19
DtPrbStepFunctionDeterminant & determinant()
Determinant accessors for myDeterminant.
Definition: dmgAngleOfIncidenceLookupTable.h:85
DtPrbStepFunctionDeterminant provides a list of probabilities based on an input value. These probabilities are looked up in a table that is managed by the DtPrbStepFunction that is a member of this class.
Definition: prbStepFunctionDeterminant.h:25
virtual void getProbabilities(DtReal rangeOrPower, DtPrbValueList *entry) const =0
The caller provides a pointer to a DtPrbValueList, which is filled in with the appropriate set of pro...
virtual double getMinimumInputValue() const =0
Assuming that probability increases as the input value increases, returns the minimum input value at ...
virtual bool operator==(const DtDmgAngleOfIncidenceTable &) const
virtual DtDmgAngleOfIncidenceTable * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) const =0
DtPrbStepFunctionDeterminant myDeterminant
Parameter Name: determinant Parameter Description: Parameter Default Value: .
Definition: dmgAngleOfIncidenceLookupTable.h:105