VR-Forces Development_Version 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
vrfobjcore
humanMoveToPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfobjcore/vrfProcessStateRepository.h
"
12
#include "
vrfobjcore/vrfObjectReference.h
"
13
#include "
vrfutil/rwReal.h
"
14
#include "
vrfutil/rwInt.h
"
15
#include "
vrfutil/rwBoolean.h
"
16
#include "
vrfutil/rwString.h
"
17
#include "
vrfutil/rwVector.h
"
18
#include "
vrfutil/localVertexList.h
"
19
#include "
vrfutil/localVectorIterator.h
"
20
#include "
vrfobjcore/vrfobjcoreDefines.h
"
21
#include <
vrfutil/rwUUID.h
>
22
27
class
DT_DLL_vrfobjcore
DtHumanMoveToPSR
:
public
DtVrfProcessStateRepository
28
{
29
public
:
30
32
DtHumanMoveToPSR
(
DtVrfObject
* vrfObject,
33
const
DtString
& rwName = DtString::nullString(),
34
DtReaderWriterRegistry
* parentRegistry = 0);
35
37
DtHumanMoveToPSR
(
const
DtHumanMoveToPSR
& orig,
38
const
DtString
& rwName = DtString::nullString(),
39
DtReaderWriterRegistry
* parentRegistry = 0);
40
42
virtual
~
DtHumanMoveToPSR
();
43
45
DtHumanMoveToPSR
&
operator=
(
const
DtHumanMoveToPSR
& orig);
46
48
virtual
DtVrfProcessStateRepository
*
clone
(
49
const
DtString
& rwName = DtString::nullString(),
50
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
51
54
virtual
DtString
type
()
const
;
55
59
virtual
void
setControlObject(
const
DtUUID
&);
60
62
virtual
const
DtRwVrfObjectReference
& controlObject()
const
;
63
virtual
DtRwVrfObjectReference
& controlObject();
65
71
virtual
void
setWorldDestination(
const
DtVector
& destination);
72
virtual
const
DtVector
& worldDestination()
const
;
74
77
78
virtual
double
stuckStartTime()
const
;
79
virtual
void
setStuckStartTime(
double
t);
81
82
public
:
83
85
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
86
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
87
88
protected
:
89
92
DtRwVrfObjectReference
myControlObject
;
93
95
DtRwVector
myWorldDestination
;
96
98
DtRwReal
myStuckStartTime
;
99
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)