VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
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
15
#include "
vrfobjparam/actCompDesc.h
"
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
24
#include "
vrfobjparam/vrfobjparamDefines.h
"
25
class
DT_DLL_vrfobjparam
DtTacticalSmokeActuatorDescriptor
:
public
DtActuatorComponentDescriptor
26
{
27
public
:
29
DtTacticalSmokeActuatorDescriptor
(
const
DtString
& name,
DtReaderWriterRegistry
*
30
parentRegistry = NULL);
31
DtTacticalSmokeActuatorDescriptor
(
const
DtSymbolString
& name,
32
DtReaderWriterRegistry
* parentRegistry = NULL);
33
35
DtTacticalSmokeActuatorDescriptor
(
const
DtTacticalSmokeActuatorDescriptor
& orig,
36
DtReaderWriterRegistry
* parentRegistry = NULL);
37
39
DtTacticalSmokeActuatorDescriptor
&
operator=
(
const
40
DtTacticalSmokeActuatorDescriptor
& orig);
41
43
virtual
~
DtTacticalSmokeActuatorDescriptor
();
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
:
75
DtTacticalSmokeActuatorDescriptor
();
76
77
protected
:
78
82
87
DtRwReal
myDissipationTime
;
88
93
DtRwReal
myGrowthRate
;
94
100
DtRwReal
myMaxRadius
;
101
102
104
};
105
106
#endif
107
108
109
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)