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
vrfmsgs
ifSavedSimulationObjectGroup.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
15
#include "
vrfmsgs/vrfmsgsDefines.h
"
16
#include <
vrfExtProtocol/simInterfaceContent.h
>
17
18
#include <boost/unordered_set.hpp>
19
#include <vlutil/vlString.h>
20
#include <
vrfutil/rwUUID.h
>
21
24
class
DT_DLL_vrfmsgs
DtIfSavedSimulationObjectGroup
:
public
DtSimInterfaceContent
25
{
26
public
:
27
typedef
boost::unordered_set<DtUUID>
UUIDsInGroupSet
;
28
30
DtIfSavedSimulationObjectGroup
();
31
33
DtIfSavedSimulationObjectGroup
(
const
DtIfSavedSimulationObjectGroup
& orig);
34
36
DtIfSavedSimulationObjectGroup
&
operator=
(
const
DtIfSavedSimulationObjectGroup
& orig);
37
38
virtual
~
DtIfSavedSimulationObjectGroup
();
39
40
virtual
int
type
()
const
;
41
42
virtual
DtSimInterfaceContent
*
clone
()
const
;
43
44
virtual
int
netRepSize
()
const
;
45
virtual
bool
setFromNet
(
const
char
* contentBuffer,
46
unsigned
contentSize);
47
virtual
bool
setToNet
();
48
49
virtual
void
printDataToString
(
DtString
& str);
50
51
static
DtSimInterfaceContent
* creator();
52
53
virtual
void
setUUIDsInGroup(
const
UUIDsInGroupSet
&);
54
virtual
const
UUIDsInGroupSet
& uuidsInGroup()
const
;
55
56
virtual
const
DtString
&
error
()
const
;
57
virtual
void
setError(
const
DtString
&
error
);
58
59
virtual
void
setInZipFile(
bool
);
60
virtual
bool
inZipFile()
const
;
61
62
protected
:
63
UUIDsInGroupSet
myUUIDsInGroupSet
;
64
DtString
myError
;
65
bool
myInZipFile
;
66
};
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
)