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
bhaveMsgs
ifDeleteSpawnData.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
9
#include <vrfExtProtocol/simInterfaceContent.h>
10
#include "
bhaveMsgs/bhaveMsgsDefines.h
"
11
12
namespace
BHAVE
13
{
17
class
DT_DLL_bhaveMsgs
DtIfDeleteSpawnData
:
public
DtSimInterfaceContent
18
{
19
20
public
:
21
23
DtIfDeleteSpawnData
();
24
26
DtIfDeleteSpawnData
(
const
DtIfDeleteSpawnData
& orig);
27
29
const
DtIfDeleteSpawnData
& operator=(
const
DtIfDeleteSpawnData
& orig);
30
32
virtual
~
DtIfDeleteSpawnData
();
33
35
virtual
int
type()
const
;
36
39
virtual
const
DtString
& templateName()
const
;
40
virtual
void
setTemplateName(
const
DtString
& name);
42
46
virtual
bool
deleteDependentSpawnPointsP();
47
virtual
void
setDeleteDependentSpawnPointsP(
const
bool
doDelete);
49
51
virtual
DtSimInterfaceContent
* clone()
const
;
52
54
virtual
int
netRepSize()
const
;
55
57
virtual
bool
setFromNet(
const
char
* contentBuffer,
unsigned
contentSize);
58
60
virtual
bool
setToNet();
61
63
virtual
void
printDataToString(
DtString
& str);
64
66
static
DtSimInterfaceContent
* creator();
67
68
protected
:
69
70
DtString
myTemplateName
;
71
bool
myDeleteDependentSpawnPointsP
;
72
};
73
}
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
)