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
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 <
readerWriter/rwReal.h
>
22
#include <
readerWriter/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
71
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
72
= 0)
const
;
73
75
static
DtComponentDescriptor
*
creator
();
76
77
protected
:
79
DtGroundMoveToDescriptor
();
80
81
protected
:
82
86
92
DtRwReal
myNearDistance
;
93
99
DtRwReal
myAtDistance
;
100
107
DtRwReal
myApproachSpeed
;
108
110
};
111
112
#endif
113
114
115
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
)