VR-Forces 4.7 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
humanCoverPointPSR.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/localVertexList.h
"
14
#include "
readerWriter/rwVector.h
"
15
#include "
vrfutil/rwUUID.h
"
16
21
class
DT_DLL_vrfobjcore
DtHumanCoverPointPSR
:
public
DtVrfProcessStateRepository
22
{
23
public
:
24
26
DtHumanCoverPointPSR
(
DtVrfObject
* vrfObject,
27
const
DtString
& rwName = DtString::nullString(),
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
DtHumanCoverPointPSR
(
const
DtHumanCoverPointPSR
& orig,
32
const
DtString
& rwName = DtString::nullString(),
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
virtual
~
DtHumanCoverPointPSR
();
37
39
DtHumanCoverPointPSR
&
operator=
(
const
DtHumanCoverPointPSR
& 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
setCoverPoint(
const
DtVector
&);
52
virtual
const
DtVector
& coverPoint()
const
;
53
55
virtual
bool
hasCoverPoint()
const
;
56
58
virtual
void
setCoverWaypoint(
const
DtUUID
&);
59
virtual
const
DtUUID
& coverWaypoint()
const
;
60
61
public
:
62
64
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
65
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
66
67
protected
:
68
DtRwVector
myCoverPoint
;
69
70
DtRwUUID
myCoverWaypoint
;
71
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)