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
vrftasks
patrolBetweenPointsTaskState.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrftasks/simTaskState.h
"
15
#include "
vrftasks/vrftasksDefines.h
"
16
#include "
vrfutil/rwBoolean.h
"
17
18
class
DT_DLL_vrftasks
DtPatrolBetweenPointsTaskState
:
public
DtSimTaskState
19
{
20
21
public
:
22
24
DtPatrolBetweenPointsTaskState
();
25
28
DtPatrolBetweenPointsTaskState
(
const
DtString
& writeName,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtPatrolBetweenPointsTaskState
(
const
DtString
& writeName,
const
DtPatrolBetweenPointsTaskState
& orig,
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
const
DtPatrolBetweenPointsTaskState
&
operator=
(
const
DtPatrolBetweenPointsTaskState
& orig);
37
38
virtual
~
DtPatrolBetweenPointsTaskState
();
39
41
virtual
DtString
type
()
const
;
42
44
virtual
DtSimTaskState
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
45
parentRegistry = 0)
const
;
46
48
virtual
DtString
stringRep()
const
;
49
53
virtual
void
setMovingInReverseDirection(
bool
yesNo);
54
virtual
bool
movingInReverseDirection()
const
;
56
57
static
DtSimTaskState
* creator();
58
59
protected
:
60
61
DtRwBoolean
myMovingInReverseDirection
;
62
};
63
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
)