VR-Forces 4.1.1 Class Documentation
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 
17 #include "vrfmsgs/vrfmsgsDefines.h"
18 #include <vlutil/vlNetTypes.h>
19 
20 #include <vector>
21 
23 {
24 
25 public:
28 
31 
34 
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)