VR-Forces 4.6.1 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
humanFollowControllerDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjparam/componentDescriptor.h
"
15
#include "
vrfutil/rwReal.h
"
16
#include "
vrfutil/rwBoolean.h
"
17
20
class
DT_DLL_vrfobjparam
DtHumanFollowControllerDescriptor
:
public
DtComponentDescriptor
21
{
22
public
:
24
DtHumanFollowControllerDescriptor
(
const
DtString
& componentName,
25
DtReaderWriterRegistry
* parentRegistry = 0);
26
DtHumanFollowControllerDescriptor
(
const
DtSymbolString
& componentName,
27
DtReaderWriterRegistry
* parentRegistry = 0);
28
30
DtHumanFollowControllerDescriptor
(
const
DtHumanFollowControllerDescriptor
& orig,
31
DtReaderWriterRegistry
* parentRegistry = 0);
32
34
virtual
~
DtHumanFollowControllerDescriptor
();
35
37
DtHumanFollowControllerDescriptor
&
operator=
(
38
const
DtHumanFollowControllerDescriptor
& orig);
39
42
virtual
DtString
type
()
const
;
43
44
virtual
DtComponentDescriptor
*
clone
(
45
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
46
48
static
DtComponentDescriptor
*
creator
();
49
52
virtual
double
distanceReplanThreshold()
const
;
53
virtual
void
setDistanceReplanThreshold(
double
replanDistance);
55
58
virtual
double
timeReplanThreshold()
const
;
59
virtual
void
setTimeReplanThreshold(
double
replanDistance);
61
64
virtual
double
targetLookaheadTime()
const
;
65
virtual
void
setTargetLookaheadTime(
double
time);
67
70
virtual
double
destinationSmoothingPeriod()
const
;
71
virtual
void
setDestinationSmoothingPeriod(
double
time);
73
74
virtual
void
getSelf
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
75
const
DtVariableBindingsList
& variableBindings);
76
77
protected
:
79
DtHumanFollowControllerDescriptor
();
80
81
protected
:
84
85
90
DtRwReal
myDistanceReplanThreshold
;
91
96
DtRwReal
myTimeReplanThreshold
;
97
102
DtRwReal
myTargetLookaheadTime
;
103
108
DtRwReal
myDestinationSmoothingPeriod
;
109
111
112
};
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)