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
vrftasks
planAndMoveToTask.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
#pragma once
15
16
#include <vlutil/vlNetTypes.h>
17
18
#include "
vrftasks/moveToTask.h
"
19
34
#include "
vrftasks/vrftasksDefines.h
"
35
class
DT_DLL_vrftasks
DtPlanAndMoveToTask
:
public
DtMoveToTask
36
{
37
38
public
:
39
41
DtPlanAndMoveToTask
();
42
45
DtPlanAndMoveToTask
(
const
DtString
& writeName,
46
DtReaderWriterRegistry
* parentRegistry = 0);
47
49
DtPlanAndMoveToTask
(
const
DtString
& writeName,
const
DtPlanAndMoveToTask
& orig,
50
DtReaderWriterRegistry
* parentRegistry = 0);
51
53
const
DtPlanAndMoveToTask
&
operator=
(
const
DtPlanAndMoveToTask
& orig);
54
55
virtual
~
DtPlanAndMoveToTask
();
56
58
virtual
const
DtSimTaskMessageType
&
type
()
const
;
59
61
virtual
DtSimTask
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
62
parentRegistry = 0)
const
;
63
65
virtual
DtString
stringRep
()
const
;
66
67
static
DtSimTask
*
creator
();
68
};
69
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
)