VR-Forces 4.6 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 "
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
52
virtual
void
setRandomSpin(
bool
b);
53
virtual
bool
randomSpin()
const
;
54
55
virtual
void
setRandomSpinRate(
double
rate);
56
virtual
double
randomSpinRate()
const
;
57
59
static
DtComponentDescriptor
*
creator
();
60
61
protected
:
62
DtRwReal
myDragCoefficient
;
63
DtRwBoolean
myCheckForSplashdown
;
65
DtRwBoolean
myRandomSpin
;
67
DtRwReal
myRandomSpinRate
;
68
};
69
70
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)