VR-Forces 4.1 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) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: fallingFromSkyActDesc.h,v $ $Revision: 1.1 $ $State: Exp $
7
** Created: 5/9/11 MEM
8
*******************************************************************************/
9
12
14
#include "
vrfobjparam/actCompDesc.h
"
15
#include "
vrfutil/rwBoolean.h
"
16
#include "
vrfobjparam/vrfobjparamDefines.h
"
17
18
class
DtReaderWriterRegistry
;
19
20
class
DT_DLL_vrfobjparam
DtFallingFromSkyActuatorDescriptor
:
public
DtActuatorComponentDescriptor
21
{
22
public
:
24
DtFallingFromSkyActuatorDescriptor
(
const
DtString
& name,
25
DtReaderWriterRegistry
* parentRegistry = 0);
26
28
DtFallingFromSkyActuatorDescriptor
(
const
DtFallingFromSkyActuatorDescriptor
& orig,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtFallingFromSkyActuatorDescriptor
&
operator=
(
const
33
DtFallingFromSkyActuatorDescriptor
& orig);
34
37
virtual
DtString
type
()
const
;
38
40
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
*
41
parentRegistry = 0)
const
;
42
43
virtual
~
DtFallingFromSkyActuatorDescriptor
();
44
46
virtual
void
setDragCoefficient(
double
dc);
47
virtual
double
dragCoefficient()
const
;
48
50
static
DtComponentDescriptor
*
creator
();
51
52
protected
:
53
54
DtRwReal
myDragCoefficient
;
55
};
56
57
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
)