VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjparam
fallingFromSkyActuatorDescriptor.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/actuatorComponentDescriptor.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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)