VR-Forces 4.1.1 Class Documentation
tacticalSmokeActDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #ifndef DtTacticalSmokeActuatorDescriptor_H_
13 #define DtTacticalSmokeActuatorDescriptor_H_
14 
16 #include "vrfutil/rwInt.h"
17 #include "vrfutil/rwBoolean.h"
18 #include "vrfutil/rwReal.h"
19 #include "vrfutil/rwEntType.h"
20 #include "vrfutil/rwString.h"
21 
26 {
27 public:
30  parentRegistry = NULL);
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
36  DtReaderWriterRegistry* parentRegistry = NULL);
37 
41 
44 
47  virtual DtString type() const;
48 
49  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
50  = 0) const;
51 
53  static DtComponentDescriptor * creator();
54 
56 
57  virtual double dissipationTimeInMinutes() const;
58  virtual void setDissipationTimeInMinutes(double time);
60 
62 
63  virtual double growthRate() const;
64  virtual void setGrowthRate(double value);
66 
68 
69  virtual double maxRadius() const;
70  virtual void setMaxRadius(double value);
72 
73 protected:
76 
77 protected:
78 
82 
88 
94 
101 
102 
104 };
105 
106 #endif
107 
108 
109 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)