VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
surfEntActDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: surfEntActDesc.h,v $ $Revision: 1.12 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtSurfaceEntityActuatorDescriptor_H_
16
#define DtSurfaceEntityActuatorDescriptor_H_
17
18
#include "
vrfobjparam/actCompDesc.h
"
19
#include "
vrfutil/rwReal.h
"
20
#include "
vrfutil/rwBoolean.h
"
21
25
#include "
vrfobjparam/vrfobjparamDefines.h
"
26
class
DT_DLL_vrfobjparam
DtSurfaceEntityActuatorDescriptor
:
public
DtActuatorComponentDescriptor
27
{
28
public
:
29
31
static
DtComponentDescriptor
*
creator
();
32
34
DtSurfaceEntityActuatorDescriptor
35
(
const
DtString
& name,
36
DtReaderWriterRegistry
* parentRegistry = 0);
37
39
DtSurfaceEntityActuatorDescriptor
40
(
const
DtSurfaceEntityActuatorDescriptor
& orig,
41
DtReaderWriterRegistry
* parentRegistry = 0);
42
44
const
DtSurfaceEntityActuatorDescriptor
&
operator
=
45
(
const
DtSurfaceEntityActuatorDescriptor
& orig);
46
47
virtual
~
DtSurfaceEntityActuatorDescriptor
();
48
51
virtual
DtString
type
()
const
;
52
53
virtual
DtComponentDescriptor
*
clone
54
(
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
55
58
virtual
DtReal maxYawRate()
const
;
59
virtual
void
setMaxYawRate (DtReal maxYawRate);
61
64
virtual
DtReal maxYawAcceleration()
const
;
65
virtual
void
setMaxYawAcceleration(DtReal maxYawAcceleration);
67
70
virtual
bool
checkSoilType()
const
;
71
virtual
void
setCheckSoilType(
bool
check);
73
76
virtual
double
stoppingSpeed()
const
;
77
virtual
void
setStoppingSpeed(DtReal stoppingSpeed);
79
80
protected
:
82
DtSurfaceEntityActuatorDescriptor
();
83
84
protected
:
85
89
95
DtRwReal
myMaxYawAcceleration
;
96
102
DtRwReal
myMaxYawRate
;
103
109
DtRwBoolean
myCheckSoilType
;
110
115
DtRwReal
myStoppingSpeed
;
117
};
118
#endif
119
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)