VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
groundMoveDirectionControllerDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: groundMoveDirectionControllerDesc.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef groundMoveDirectionControllerDesc_h
15
#define groundMoveDirectionControllerDesc_h
16
17
#include "
vrfobjparam/compDesc.h
"
18
#include "
vrfutil/rwReal.h
"
19
#include "
vrfutil/rwBoolean.h
"
20
23
class
DT_DLL_vrfobjparam
DtGroundMoveDirectionControllerDescriptor
:
public
DtComponentDescriptor
24
{
25
public
:
27
DtGroundMoveDirectionControllerDescriptor
(
const
DtString
& rwName = DtString::nullString(),
28
DtReaderWriterRegistry
* parentRegistry = 0);
30
DtGroundMoveDirectionControllerDescriptor
(
const
DtGroundMoveDirectionControllerDescriptor
& orig,
31
DtReaderWriterRegistry
* parentRegistry = 0);
33
DtGroundMoveDirectionControllerDescriptor
&
operator=
(
const
DtGroundMoveDirectionControllerDescriptor
& orig);
35
virtual
~
DtGroundMoveDirectionControllerDescriptor
();
36
38
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
40
virtual
DtString
type
()
const
;
41
43
static
DtComponentDescriptor
*
creator
();
44
46
47
virtual
double
highSpeedMinPivotAngle()
const
;
48
virtual
void
setHighSpeedMinPivotAngle(
const
double
& newValue);
50
52
53
virtual
double
lowSpeedMinPivotAngle()
const
;
54
virtual
void
setLowSpeedMinPivotAngle(
const
double
& newValue);
56
58
59
virtual
bool
pivotOnTurns()
const
;
60
virtual
void
setPivotOnTurns(
const
bool
& newValue);
62
64
65
virtual
double
pivotSpeedCutoff()
const
;
66
virtual
void
setPivotSpeedCutoff(
const
double
& newValue);
68
69
protected
:
70
//@name parameters
72
73
74
75
76
77
78
DtRwReal
myHighSpeedMinPivotAngle
;
85
DtRwReal
myLowSpeedMinPivotAngle
;
92
DtRwBoolean
myPivotOnTurns
;
98
DtRwReal
myPivotSpeedCutoff
;
100
};
101
#endif
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
)