VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rangeProbEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: rngPrbEnt.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtRangeProbEntry_H_
15 #define DtRangeProbEntry_H_
16 
17 #include "vrfutil/readerWriter.h"
18 #include "vrfutil/rwEntityType.h"
19 #include <vlutil/vlMachineTypes.h>
20 
21 class DtString;
24 
29 {
30 
31 protected:
34 
37  parentRegistry = NULL);
38  DtRangeProbEntry(const DtSymbolString& name, DtReaderWriterRegistry*
39  parentRegistry = NULL);
40 
42  DtRangeProbEntry(const DtString& name, const
44  parentRegistry = NULL);
45  DtRangeProbEntry(const DtSymbolString& name, const
47  parentRegistry = NULL);
48 
49  const DtRangeProbEntry& operator=(const DtRangeProbEntry& orig);
50 
51 public:
52 
54  virtual ~DtRangeProbEntry();
55 
56  virtual DtRangeProbEntry* clone(const DtString& name,
57  DtReaderWriterRegistry* parentRegistry = NULL) const = 0;
58  virtual DtRangeProbEntry* clone(const DtSymbolString& name,
59  DtReaderWriterRegistry* parentRegistry = NULL) const = 0;
60 
65  virtual void getProbabilities(DtReal range, DtPrbRangeTableEntry* entry) = 0;
66 
71  virtual void setEntityType(const DtEntityType& entityType);
72  virtual const DtRwEntityType& entityType() const;
74 
75 protected:
79 
84 
86 };
87 
88 #endif
89 
90 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)