VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmsgs
ifDIGuyAppearAndAnimationsQuery.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifDIGuyAppearAndAnimationsQuery.h,v $ $Revision: 1.3 $ $State: Exp $
7
** Created: 4/24/08 MEM
8
*******************************************************************************/
9
12
13
#ifndef ifDIGuyAppearAndAnimationsQuery_H_
14
#define ifDIGuyAppearAndAnimationsQuery_H_
15
16
#include <
vrfExtProtocol/ifaceCont.h
>
17
#include "
vrfmsgs/vrfmsgsDefines.h
"
18
#include <vlutil/vlNetTypes.h>
19
20
#include <vector>
21
22
class
DT_DLL_vrfmsgs
DtIfDIGuyAppearAndAnimationsQuery
:
public
DtSimInterfaceContent
23
{
24
25
public
:
27
DtIfDIGuyAppearAndAnimationsQuery
();
28
30
DtIfDIGuyAppearAndAnimationsQuery
(
const
DtIfDIGuyAppearAndAnimationsQuery
& orig);
31
33
const
DtIfDIGuyAppearAndAnimationsQuery
&
operator=
(
const
DtIfDIGuyAppearAndAnimationsQuery
& orig);
34
35
virtual
~
DtIfDIGuyAppearAndAnimationsQuery
();
36
37
virtual
int
type
()
const
;
38
39
virtual
DtSimInterfaceContent
*
clone
()
const
;
40
41
virtual
void
setEntityNameString(
const
DtString
& entityNameString);
42
virtual
void
setEntityNames(
const
std::vector<DtString>& entityNames);
43
virtual
void
addEntity(
const
DtString
&);
44
virtual
void
removeEntity(
const
DtString
&);
45
46
const
std::vector<DtString>& entityNames()
const
47
{
48
return
myEntityNames;
49
}
50
51
virtual
int
netRepSize
()
const
;
52
virtual
bool
setFromNet
(
const
char
* contentBuffer,
53
unsigned
contentSize);
54
virtual
bool
setToNet
();
55
56
virtual
void
printDataToString
(
DtString
& str);
57
58
static
DtSimInterfaceContent
* creator();
59
60
protected
:
61
std::vector<DtString>
myEntityNames
;
62
};
63
64
#endif
65
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)