VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
humanMoveToControllerDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: humanMoveToControllerDesc.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef humanMoveToControllerDesc_h
16
#define humanMoveToControllerDesc_h
17
18
#include "
vrfobjparam/compDesc.h
"
19
#include "
vrfutil/rwReal.h
"
20
23
class
DT_DLL_vrfobjparam
DtHumanMoveToControllerDescriptor
:
public
DtComponentDescriptor
24
{
25
public
:
27
DtHumanMoveToControllerDescriptor
(
const
DtString
& componentName,
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
DtHumanMoveToControllerDescriptor
(
const
DtHumanMoveToControllerDescriptor
& orig,
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
34
virtual
~
DtHumanMoveToControllerDescriptor
();
35
37
DtHumanMoveToControllerDescriptor
&
operator=
(
38
const
DtHumanMoveToControllerDescriptor
& 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
atDistance()
const
;
53
virtual
void
setAtDistance(
double
distance);
55
56
protected
:
58
DtHumanMoveToControllerDescriptor
();
59
60
protected
:
63
64
70
DtRwReal
myAtDistance
;
72
};
73
74
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)