VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
missileLauncherActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
17 
22 {
23 public:
26  parentRegistry = 0);
27 
30  DtReaderWriterRegistry * parentRegistry = 0);
31 
34 
37 
40  virtual DtString type() const;
41 
42  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry = 0) const;
43 
45  static DtComponentDescriptor * creator();
46 
49  virtual const DtString& hitProbabilityFilename();
50  virtual void setHitProbabilityFilename(const DtString& filename);
52 
55  virtual const DtRangeProbabilityTable& hitProbabilityTable() const;
56  virtual void setHitProbabilityTable(const DtRangeProbabilityTable& table);
58 
59 protected:
60 
63 
65  virtual void postGetSelf();
66 
67 protected:
71 
77 
83 
85 };
86 

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)