VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjparam
groundMoveToDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: gndMoveToDesc.h,v $ $Revision: 1.12 $ $State: Exp $
7
*******************************************************************************/
8
11
15
16
#ifndef DtGroundMoveToDescriptor_H_
17
#define DtGroundMoveToDescriptor_H_
18
19
20
#include "
vrfobjparam/componentDescriptor.h
"
21
#include "
vrfutil/rwReal.h
"
22
#include "
vrfutil/rwBoolean.h
"
23
24
class
DtReaderWriterRegistry
;
25
29
#include "
vrfobjparam/vrfobjparamDefines.h
"
30
class
DT_DLL_vrfobjparam
DtGroundMoveToDescriptor
:
public
DtComponentDescriptor
31
{
32
public
:
34
DtGroundMoveToDescriptor
(
const
DtString
& name,
DtReaderWriterRegistry
*
35
parentRegistry = 0);
36
38
DtGroundMoveToDescriptor
(
const
DtGroundMoveToDescriptor
& orig,
39
DtReaderWriterRegistry
* parentRegistry = 0);
40
42
DtGroundMoveToDescriptor
&
operator=
(
const
43
DtGroundMoveToDescriptor
& orig);
44
46
virtual
~
DtGroundMoveToDescriptor
();
47
50
virtual
DtString
type
()
const
;
51
54
virtual
void
setAtDistance(DtReal atDistance);
55
virtual
DtReal atDistance()
const
;
57
58
61
virtual
void
setNearDistance(DtReal nearDistance);
62
virtual
DtReal nearDistance()
const
;
64
67
virtual
void
setApproachSpeed(DtReal approachSpeed);
68
virtual
DtReal approachSpeed()
const
;
70
73
virtual
void
setRoadCenterOffset(
double
value);
74
virtual
double
roadCenterOffset()
const
;
76
77
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
78
= 0)
const
;
79
81
static
DtComponentDescriptor
*
creator
();
82
83
protected
:
85
DtGroundMoveToDescriptor
();
86
87
protected
:
88
92
98
DtRwReal
myNearDistance
;
99
105
DtRwReal
myAtDistance
;
106
113
DtRwReal
myApproachSpeed
;
114
122
DtRwReal
myRoadCenterOffset
;
123
125
};
126
127
#endif
128
129
130
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)