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
vrfobjcore
humanMoveToPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: humanMoveToPSR.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef humanMoveToPSR_H_
13
#define humanMoveToPSR_H_
14
15
#include "
vrfobjcore/vrfProcessStateRepository.h
"
16
#include "
vrfutil/rwReal.h
"
17
#include "
vrfutil/rwInt.h
"
18
#include "
vrfutil/rwBoolean.h
"
19
#include "
vrfutil/rwString.h
"
20
#include "
vrfutil/rwVector.h
"
21
#include "
vrfutil/localVertexList.h
"
22
#include "
vrfutil/localVectorIterator.h
"
23
#include "
vrfobjcore/vrfobjcoreDefines.h
"
24
29
class
DT_DLL_vrfobjcore
DtHumanMoveToPSR
:
public
DtVrfProcessStateRepository
30
{
31
public
:
32
34
DtHumanMoveToPSR
(
DtVrfObject
* vrfObject,
35
const
DtString
& rwName = DtString::nullString(),
36
DtReaderWriterRegistry
* parentRegistry = 0);
37
39
DtHumanMoveToPSR
(
const
DtHumanMoveToPSR
& orig,
40
const
DtString
& rwName = DtString::nullString(),
41
DtReaderWriterRegistry
* parentRegistry = 0);
42
44
virtual
~
DtHumanMoveToPSR
();
45
47
DtHumanMoveToPSR
&
operator=
(
const
DtHumanMoveToPSR
& orig);
48
50
virtual
DtVrfProcessStateRepository
*
clone
(
51
const
DtString
& rwName = DtString::nullString(),
52
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
53
56
virtual
DtString
type
()
const
;
57
60
virtual
void
setControlObjectName(
const
DtString
& controlObjectName);
61
virtual
const
DtString
& controlObjectName()
const
;
63
69
virtual
void
setWorldDestination(
const
DtVector
& destination);
70
virtual
const
DtVector
& worldDestination()
const
;
72
73
public
:
74
76
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
77
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
78
79
protected
:
80
83
DtRwString
myControlObjectName
;
84
86
DtRwVector
myWorldDestination
;
87
};
88
89
#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
)