VR-Forces 4.2 Class Documentation
AOIRngLkUp.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: AOIRngLkUp.h,v $ $Revision: 1.10 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtDmgAngleOfIncidenceRangeLookupTable_H_
15 #define DtDmgAngleOfIncidenceRangeLookupTable_H_
16 
17 #include <vlutil/vlMachineTypes.h>
18 
19 #include "vrfutil/rdrWritr.h"
20 #include "vrfutil/rwReal.h"
21 #include "vrfobjparam/AOITable.h"
23 
24 class DtString;
27 
32 {
33 public:
34 
35  //default constructor
37 
40  DtReaderWriterRegistry* parentRegistry = NULL);
41  DtDmgAngleOfIncidenceRangeLookupTable(const DtSymbolString& name,
42  DtReaderWriterRegistry* parentRegistry = NULL);
43 
47  parentRegistry = NULL);
48  DtDmgAngleOfIncidenceRangeLookupTable(const DtSymbolString& name, const
50  parentRegistry = NULL);
51 
54 
57 
58  virtual DtDmgAngleOfIncidenceTable* clone(const DtString& name,
59  DtReaderWriterRegistry* parentRegistry = NULL) const;
60  virtual DtDmgAngleOfIncidenceTable* clone(const DtSymbolString& name,
61  DtReaderWriterRegistry* parentRegistry = NULL) const;
62 
67  virtual void getProbabilities(DtReal range, DtPrbRangeTableEntry* entry);
68 
70  virtual double getMaximumDamageRadius();
71 
73  virtual void addTableEntry(const DtPrbRangeTableEntry& tableEntry);
74 
75 protected:
76 
80 
85 
87 };
88 
89 #endif
90 
91 
92 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)