VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
detectionPrbRangeCalcEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: dtctRngCalc.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtDetectionPrbRangeCalcEntry_H_
15 #define DtDetectionPrbRangeCalcEntry_H_
16 
17 #include <vlutil/vlMachineTypes.h>
18 
19 #include "vrfutil/readerWriter.h"
20 #include "vrfutil/rwReal.h"
23 
24 class DtString;
26 class DtPrbValueList;
28 
33 {
34 public:
35 
36  //default constructor
38 
41  DtReaderWriterRegistry* parentRegistry = NULL);
43  DtReaderWriterRegistry* parentRegistry = NULL);
44 
46  DtDetectionPrbRangeCalcEntry(const DtString& name, const
48  parentRegistry = NULL);
51  parentRegistry = NULL);
52 
55 
58 
59  virtual DtRangeProbEntry* clone(const DtString& name,
60  DtReaderWriterRegistry* parentRegistry = NULL) const;
61  virtual DtRangeProbEntry* clone(const DtSymbolString& name,
62  DtReaderWriterRegistry* parentRegistry = NULL) const;
63 
68  virtual void getProbabilities(DtReal range, DtPrbValueList * entry);
69 
70  virtual void addProbabilityCoefficients(const DtPrbProbabilityCoefficients&
71  coefficients);
72 
76  virtual const DtPrbCoefficientsDeterminant& determinant() const;
77 
78 protected:
79 
83 
90 
91 };
92 
93 #endif
94 
95 
96 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)