VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dmgAngleOfIncidenceTable.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: AOITable.h,v $ $Revision: 1.10 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtDmgAngleOfIncidenceTable_H_
15 #define DtDmgAngleOfIncidenceTable_H_
16 
17 #include "vrfutil/readerWriter.h"
18 #include "vrfutil/rwReal.h"
19 #include <vlutil/vlMachineTypes.h>
20 
21 class DtString;
24 
31 {
32 
33 protected:
34  //default constructor
36 
39  parentRegistry = NULL);
41  parentRegistry = NULL);
42 
45  const DtDmgAngleOfIncidenceTable& orig,
46  DtReaderWriterRegistry* parentRegistry = NULL);
48  const DtDmgAngleOfIncidenceTable& orig,
49  DtReaderWriterRegistry* parentRegistry = NULL);
50 
53 
54 public:
55 
57  virtual ~DtDmgAngleOfIncidenceTable();
58 
59  virtual DtDmgAngleOfIncidenceTable * clone(const DtString& name,
60  DtReaderWriterRegistry* parentRegistry = NULL) const = 0;
61  virtual DtDmgAngleOfIncidenceTable * clone(const DtSymbolString& name,
62  DtReaderWriterRegistry* parentRegistry = NULL) const = 0;
63 
68  virtual void getProbabilities(DtReal range, DtPrbRangeTableEntry* entry) = 0;
69 
71  virtual double getMaximumDamageRadius() = 0;
72 
75  virtual void setAngleOfIncidence(DtReal angle);
76  virtual DtReal angleOfIncidence() const;
78 
79 protected:
83 
90 
92 };
93 
94 #endif
95 
96 
97 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)