VR-Forces 4.3.1 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
setLoadEntityRequest.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
#pragma once
15
16
#include "
vrftasks/setDataRequest.h
"
17
#include <vlutil/vlNetTypes.h>
18
#include "
vrfutil/rwString.h
"
19
#include "
vrfutil/rwVector.h
"
20
#include "
vrfutil/rwBoolean.h
"
21
#include <vlpi/netStructs.h>
22
25
struct
DtNetSetLoadEntityRequest
26
{
27
DtNetU8
myParentNameLength
;
28
DtNetU8
myLoadOverride
;
29
DtNet64Vector
myLoadOverridePosition
;
30
};
31
36
#include "
vrftasks/vrftasksDefines.h
"
37
class
DT_DLL_vrftasks
DtSetLoadEntityRequest
:
public
DtSetDataRequest
38
{
39
40
public
:
41
43
DtSetLoadEntityRequest
();
44
47
DtSetLoadEntityRequest
(
const
DtString
& writeName,
48
DtReaderWriterRegistry
* parentRegistry = 0);
49
51
DtSetLoadEntityRequest
(
const
DtString
& writeName,
const
52
DtSetLoadEntityRequest
& orig,
DtReaderWriterRegistry
*
53
parentRegistry = 0);
54
56
const
DtSetLoadEntityRequest
&
operator=
(
const
57
DtSetLoadEntityRequest
& orig);
58
59
virtual
~
DtSetLoadEntityRequest
();
60
62
63
virtual
const
DtSetMessageType
&
type
()
const
;
64
66
67
virtual
DtSetDataRequest
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
68
parentRegistry = 0)
const
;
69
71
72
virtual
DtString
stringRep
()
const
;
73
75
76
virtual
void
setParentName(
const
DtString
& parentName );
77
79
80
virtual
const
DtString
& parentName()
const
;
81
84
85
virtual
int
netRepSize
()
const
;
86
88
89
virtual
bool
setFromNet
(
const
char
* contentBuffer,
90
unsigned
contentSize);
91
94
95
virtual
bool
setToNet
();
96
97
static
DtSetDataRequest
* creator();
98
99
virtual
void
setLoadOverride(
bool
b);
100
virtual
bool
loadOverride()
const
;
101
102
virtual
void
setLoadOverridePosition(
const
DtVector
&);
103
virtual
const
DtVector
& loadOverridePosition()
const
;
104
105
protected
:
106
107
DtRwObjectName
myParentName
;
108
DtRwBoolean
myLoadOverride
;
109
DtRwOffsetVector
myLoadOverridePosition
;
110
111
};
112
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)