VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
gndMoveToDesc.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/compDesc.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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)