VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
detectionPrbRangeCalcEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #include <vlutil/vlMachineTypes.h>
9 
11 #include <readerWriter/rwReal.h>
14 
15 class DtString;
17 class DtPrbValueList;
19 
24 {
25 public:
26 
27  //default constructor
29 
32  DtReaderWriterRegistry* parentRegistry = NULL);
34  DtReaderWriterRegistry* parentRegistry = NULL);
35 
37  DtDetectionPrbRangeCalcEntry(const DtString& name, const
39  parentRegistry = NULL);
42  parentRegistry = NULL);
43 
46 
48  virtual ~DtDetectionPrbRangeCalcEntry() override;
49 
50  virtual DtRangeProbEntry* clone(const DtString& name, DtReaderWriterRegistry* parentRegistry = NULL) const override;
51  virtual DtRangeProbEntry* clone(
52  const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL) const override;
53 
58  virtual void getProbabilities(DtReal range, DtPrbValueList* entry) override;
59 
60  virtual void addProbabilityCoefficients(const DtPrbProbabilityCoefficients&
61  coefficients);
62 
66  virtual const DtPrbCoefficientsDeterminant& determinant() const;
67 
68  virtual bool operator==(const DtRangeProbEntry&) const override;
69 
72  virtual double solveForMaximum() const override;
73 
75  virtual bool isValid() const override;
76 
77 protected:
78 
82 
89 
90 };
DtRangeProbEntry is an abstract class whose deriving classes will have one of the two forms of DtPrbD...
Definition: rangeProbEntry.h:19
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
const DtRangeProbEntry & operator=(const DtRangeProbEntry &orig)
virtual bool isValid() const =0
Returns true if this range is valid.
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtPrbCoefficientsDeterminant provides a list of kill probabilities based on an input value...
Definition: prbCoefficientsDeterminant.h:25
Definition: readerWriterRegistry.h:39
virtual void getProbabilities(DtReal range, DtPrbValueList *entry)=0
The caller provides a pointer to a DtPrbValueList, which is filled in with the appropriate set of pro...
Definition: prbProbabilityCoefficients.h:20
DtPrbValueList.
Definition: prbValueList.h:19
virtual bool operator==(const DtRangeProbEntry &) const
DtDetectionPrbRangeCalcEntry is the derived form of DtRangeProbEntry that has a DtPrbCoefficientsDete...
Definition: detectionPrbRangeCalcEntry.h:23
virtual double solveForMaximum() const =0
Returns the maximum range this entry can support.
virtual DtRangeProbEntry * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) const =0
DtPrbCoefficientsDeterminant myDeterminant
Parameter Name: range-determinant Parameter Description: Can be either a list of probability-coeffici...
Definition: detectionPrbRangeCalcEntry.h:87

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)