VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCore
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
{
26
struct
DT_DLL_VRFGUICORE
DtVrlinkSimulatedAggregateState
:
public
makVrv::DtVrlinkSimulatedEntityState
27
{
28
29
public
:
30
32
DtVrlinkSimulatedAggregateState
();
33
35
virtual
~
DtVrlinkSimulatedAggregateState
();
36
37
bool
operator==
(
const
DtVrlinkSimulatedAggregateState
&)
const
;
38
bool
operator!=
(
const
DtVrlinkSimulatedAggregateState
& rhs)
const
39
{
40
return
!(*
this
== rhs);
41
}
42
43
public
:
44
DtVector
myDimensions
;
45
int
myAggregateState
;
46
int
myFormationType
;
47
std::string
myFormation
;
48
std::vector<std::string>
mySubAggregates
;
49
std::vector<std::string>
mySubEntities
;
50
51
typedef
struct
_DtSilentEntityRecord
52
{
53
int
myNumSilentEntities
;
54
std::string
myEntityType
;
55
std::vector<int>
myAppearances
;
56
}
DtSilentEntityRecord
;
57
std::vector<DtSilentEntityRecord>
mySilentEntities
;
58
59
std::vector<std::pair<int, std::string> >
mySilentAggregates
;
60
};
61
63
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator<<
(
makVrv::DtMessage
& msg,
const
DtVrlinkSimulatedAggregateState
& state );
64
66
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator>>
(
makVrv::DtMessage
& msg,
DtVrlinkSimulatedAggregateState
& state );
67
68
70
typedef
makVrv::DtStateView<DtVrlinkSimulatedAggregateState>
DtVrlinkAggregateStateView
;
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
)