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
vrfobjcore
humanFleePSR.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/vrfobjcoreDefines.h
"
12
#include "
vrfobjcore/vrfProcessStateRepository.h
"
13
#include "
vrfutil/rwUUID.h
"
14
#include "
vrfutil/rwVector.h
"
15
#include "
vrfutil/rwVector.h
"
16
21
class
DT_DLL_vrfobjcore
DtHumanFleePSR
:
public
DtVrfProcessStateRepository
22
{
23
public
:
24
26
DtHumanFleePSR
(
DtVrfObject
* vrfObject,
27
const
DtString
& rwName = DtString::nullString(),
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
DtHumanFleePSR
(
const
DtHumanFleePSR
& orig,
32
const
DtString
& rwName = DtString::nullString(),
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
virtual
~
DtHumanFleePSR
();
37
39
DtHumanFleePSR
&
operator=
(
const
DtHumanFleePSR
& orig);
40
42
virtual
DtVrfProcessStateRepository
*
clone
(
43
const
DtString
& rwName = DtString::nullString(),
44
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
45
48
virtual
DtString
type
()
const
;
49
51
virtual
void
setFleeToPoint(
const
DtVector
&);
52
virtual
const
DtVector
& fleeToPoint()
const
;
53
55
virtual
bool
hasFleeToPoint()
const
;
56
58
virtual
void
setFleeWaypoint(
const
DtUUID
&);
59
virtual
const
DtUUID
& fleeWaypoint()
const
;
60
61
public
:
62
64
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
65
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
66
67
protected
:
68
DtRwVector
myFleeToPoint
;
69
DtRwUUID
myFleeWaypoint
;
70
};
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
)