VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
powerRangeEquivalentTntDeterminant.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <vrfutil/rwString.h>
13 #include <vrfutil/rwReal.h>
15 
16 
21 {
22 public:
23 
26 
30  parentRegistry = NULL);
32  parentRegistry = NULL);
34 
38  DtReaderWriterRegistry* parentRegistry = NULL);
40  DtReaderWriterRegistry* parentRegistry = NULL);
42 
44 
47 
49  DtReaderWriterRegistry* parentRegistry = NULL) const;
51  DtReaderWriterRegistry* parentRegistry = NULL) const;
52 
54  virtual double detonationPower(double rangeFromShooter, double rangeFromImpact) const;
55 
57  virtual double rangeFromShooterForPower(double power) const;
58 
60  virtual double rangeFromImpactForPower(double power) const;
61 
63  virtual double maximumRangeFromShooter() const;
64 
66  virtual double maximumRangeFromImpact() const;
67 
69  virtual void postGetSelf();
70 
73 
74 protected:
75 
77  virtual double rangeFromPower(double power) const;
78 
82  virtual void validateRangeFrom();
83 
84  virtual double calculateIncidentPressure(double range) const;
85 
86  virtual double calculateRange(double incidentPressure) const;
87 
90  virtual void determineMinAndMaxRanges();
91 
94 
100 
102 
103  double myMinRange;
104  double myMaxRange;
105 
106 };
107 
108 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)