VR-Forces 4.1.1 Class Documentation
DtAggregateState.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAggregateState.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
16 #include <vrfGuiCore/vrfGuiCore.h>
17 #include <vrvCore/DtEntityState.h>
18 
19 namespace makVrv
20 {
21  class DtMessage;
22 }
23 
24 namespace makVrf
25 {
27  {
28 
29  public:
30 
33 
36 
39  {
40  return !(*this == rhs);
41  }
42 
43  public:
47  std::string myFormation;
48  std::vector<std::string> mySubAggregates;
49  std::vector<std::string> mySubEntities;
50 
51  typedef struct _DtSilentEntityRecord
52  {
54  std::string myEntityType;
55  std::vector<int> myAppearances;
57  std::vector<DtSilentEntityRecord> mySilentEntities;
58 
59  std::vector<std::pair<int, std::string> > mySilentAggregates;
60  };
61 
64 
67 
68 
71 }

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)