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
groundMoveDirectionControllerDescriptor.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/componentDescriptor.h
"
18
#include <
readerWriter/rwReal.h
>
19
#include <
readerWriter/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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)