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
humanMoveAlongControllerDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: humanMoveAlongControllerDesc.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef humanMoveAlongControllerDesc_h
16
#define humanMoveAlongControllerDesc_h
17
18
#include "
vrfobjparam/componentDescriptor.h
"
19
#include "
vrfutil/rwReal.h
"
20
#include "
vrfutil/rwBoolean.h
"
21
24
class
DT_DLL_vrfobjparam
DtHumanMoveAlongControllerDescriptor
:
public
DtComponentDescriptor
25
{
26
public
:
28
DtHumanMoveAlongControllerDescriptor
(
const
DtString
& componentName,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtHumanMoveAlongControllerDescriptor
(
const
DtHumanMoveAlongControllerDescriptor
& orig,
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
35
virtual
~
DtHumanMoveAlongControllerDescriptor
();
36
38
DtHumanMoveAlongControllerDescriptor
&
operator=
(
39
const
DtHumanMoveAlongControllerDescriptor
& orig);
40
43
virtual
DtString
type
()
const
;
44
45
virtual
DtComponentDescriptor
*
clone
(
46
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
47
49
static
DtComponentDescriptor
*
creator
();
50
53
virtual
double
atDistance()
const
;
54
virtual
void
setAtDistance(
double
distance
);
56
59
virtual
bool
stayOnRoute()
const
;
60
virtual
void
setStayOnRoute(
bool
trueFalse);
62
65
virtual
double
minCorrectionDistance()
const
;
66
virtual
void
setMinCorrectionDistance(
double
distance);
68
71
virtual
double
maxCorrectionDistance()
const
;
72
virtual
void
setMaxCorrectionDistance(
double
distance);
74
77
virtual
double
maxCorrectionAngle()
const
;
78
virtual
void
setMaxCorrectionAngle(
double
angle);
80
81
protected
:
83
DtHumanMoveAlongControllerDescriptor
();
84
85
protected
:
88
89
95
DtRwReal
myAtDistance
;
96
103
DtRwBoolean
myStayOnRoute
;
104
111
DtRwReal
myMinCorrectionDistance
;
112
122
DtRwReal
myMaxCorrectionDistance
;
123
129
DtRwReal
myMaxCorrectionAngle
;
130
132
133
};
134
135
#endif
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
)