VR-Forces 4.3 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
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/simInterfaceContent.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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)