VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
munitionDispersalAngleParams.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
13 #include <readerWriter/rwReal.h>
14 #include <matrix/dcm.h>
15 #include <matrix/vlVector.h>
16 
22 {
23 public:
26 
29  parentRegistry = NULL);
30 
32  parentRegistry = NULL);
33 
36  DtReaderWriterRegistry* parentRegistry = NULL);
37 
39  DtReaderWriterRegistry* parentRegistry = NULL);
40 
43 
45 
46  virtual DtMunitionDispersalAngleParams* clone(const DtString& name,
47  DtReaderWriterRegistry* parentRegistry = NULL) const;
48 
51  virtual double dispersalAngle() const;
52  virtual void setDispersalAngle(double a);
54 
57  virtual double hitModifier() const;
58  virtual void setHitModifier(double m);
60 
62  bool operator==(const DtMunitionDispersalAngleParams& rhs) const;
64  {
65  return !(*this == rhs);
66  }
67 
70 
71 protected:
72 
76 
81 
88 
90 };
91 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)