VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
fallingFromSkyActDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
12
#include "
vrfobjparam/actCompDesc.h
"
13
#include "
vrfutil/rwBoolean.h
"
14
#include "
vrfobjparam/vrfobjparamDefines.h
"
15
16
class
DtReaderWriterRegistry
;
17
18
class
DT_DLL_vrfobjparam
DtFallingFromSkyActuatorDescriptor
:
public
DtActuatorComponentDescriptor
19
{
20
public
:
22
DtFallingFromSkyActuatorDescriptor
(
const
DtString
& name,
23
DtReaderWriterRegistry
* parentRegistry = 0);
24
26
DtFallingFromSkyActuatorDescriptor
(
const
DtFallingFromSkyActuatorDescriptor
& orig,
27
DtReaderWriterRegistry
* parentRegistry = 0);
28
30
DtFallingFromSkyActuatorDescriptor
&
operator=
(
const
31
DtFallingFromSkyActuatorDescriptor
& orig);
32
35
virtual
DtString
type
()
const
;
36
38
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
*
39
parentRegistry = 0)
const
;
40
41
virtual
~
DtFallingFromSkyActuatorDescriptor
();
42
44
virtual
void
setDragCoefficient(
double
dc);
45
virtual
double
dragCoefficient()
const
;
46
49
virtual
void
setCheckForSplashdown(
bool
);
50
virtual
bool
checkForSplashdown()
const
;
51
53
static
DtComponentDescriptor
*
creator
();
54
55
protected
:
56
DtRwReal
myDragCoefficient
;
57
DtRwBoolean
myCheckForSplashdown
;
58
};
59
60
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)