VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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 <
readerWriter/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
52
virtual
void
setRandomSpin(
bool
b);
53
virtual
bool
randomSpin()
const
;
54
55
virtual
void
setRemoveOnImpact(
bool
b);
56
virtual
bool
removeOnImpact()
const
;
57
58
virtual
void
setRandomSpinRate(
double
rate);
59
virtual
double
randomSpinRate()
const
;
60
62
static
DtComponentDescriptor
*
creator
();
63
64
protected
:
65
DtRwReal
myDragCoefficient
;
66
DtRwBoolean
myCheckForSplashdown
;
68
DtRwBoolean
myRandomSpin
;
70
DtRwReal
myRandomSpinRate
;
72
DtRwBoolean
myRemoveOnImpact
;
73
};
74
75
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
)