VR-Forces 4.5 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
aggregatedMoveToPSR.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
DtAggregatedMoveToPSR
:
public
DtVrfProcessStateRepository
28
{
29
public
:
30
32
DtAggregatedMoveToPSR
(
DtVrfObject
* vrfObject,
33
const
DtString
& rwName = DtString::nullString(),
34
DtReaderWriterRegistry
* parentRegistry = 0);
35
37
DtAggregatedMoveToPSR
(
const
DtAggregatedMoveToPSR
& orig,
38
const
DtString
& rwName = DtString::nullString(),
39
DtReaderWriterRegistry
* parentRegistry = 0);
40
42
virtual
~
DtAggregatedMoveToPSR
();
43
45
DtAggregatedMoveToPSR
&
operator=
(
const
DtAggregatedMoveToPSR
& 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
& controlObject);
60
62
virtual
const
DtRwVrfObjectReference
& controlObject()
const
;
63
virtual
DtRwVrfObjectReference
& controlObject();
65
71
virtual
void
setWorldDestination(
const
DtVector
& destination);
72
virtual
void
setWorldDestination(
const
DtVector
& destination,
double
heading);
73
virtual
const
DtVector
& worldDestination()
const
;
75
79
virtual
bool
headingIsSet()
const
;
80
virtual
double
heading()
const
;
81
virtual
void
setHeading(
double
heading);
83
84
public
:
85
87
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
88
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
89
90
protected
:
91
94
DtRwVrfObjectReference
myControlObject
;
95
97
DtRwVector
myWorldDestination
;
98
100
DtRwReal
myHeading
;
101
};
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)