38 if (makVrv::DtVrlinkSimulatedBaseState::operator==(rhs))
40 return ((myPoints == rhs.
myPoints) &&
63 return !(*
this == rhs);
DtEnvironmentStateViewCollection(makVrv::DtDe &de)
Definition: vrlinkSimulatedEnvironmentProcess.h:112
makVrv::DtStateView< DtVrlinkSimulatedEnvironmentProcess > DtEnvironmentStateView
Create a DtStateView templated on DtVrlinkSimulatedEnvironmentProcess.
Definition: vrlinkSimulatedEnvironmentProcess.h:106
This is the protocol independent state of an entity. Created/ deleted by DtEntityStateObject's. DtSimEntry's point to this state.
Definition: DtEntityState.h:33
std::string myUserData
Definition: vrlinkSimulatedEnvironmentProcess.h:71
std::map< std::string, std::string > myExtendedData
Definition: vrlinkSimulatedEnvironmentProcess.h:94
std::string myGlobalId
Definition: DtEntityState.h:56
std::string myOverlayParent
Definition: vrlinkSimulatedEnvironmentProcess.h:93
bool operator!=(const DtVrlinkSimulatedEnvironmentProcess &rhs) const
Definition: vrlinkSimulatedEnvironmentProcess.h:61
Contains makVrv::DtStateViewCollection class.
The IGI Message. Is easily encoded and decoding using stream operators. It also provides validation d...
Definition: DtMessage.h:30
int myFillStyle
Definition: vrlinkSimulatedEnvironmentProcess.h:76
std::vector< DtVector > myPoints
Definition: vrlinkSimulatedEnvironmentProcess.h:68
int myLineWidth
Definition: vrlinkSimulatedEnvironmentProcess.h:77
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
DtTaitBryan myOrientation
Definition: vrlinkSimulatedEnvironmentProcess.h:96
bool myClosedFigure
Definition: vrlinkSimulatedEnvironmentProcess.h:89
std::string myLabel
Definition: vrlinkSimulatedEnvironmentProcess.h:72
float myPhysicalLineHeight
Used to determine height of line, especially for areas that have a ceiling or cylinders that have vol...
Definition: vrlinkSimulatedEnvironmentProcess.h:80
State view collection for environmental data.
Definition: vrlinkSimulatedEnvironmentProcess.h:109
int myColor
RGBA value.
Definition: vrlinkSimulatedEnvironmentProcess.h:87
A DtStateViewCollection is a collection of DtStateViews of a specific state.
Definition: DtStateViewCollection.h:27
Contains makVrv::DtVrlinkSimulatedEntityState class.
bool operator==(const DtVrlinkSimulatedEnvironmentProcess &rhs) const
Definition: vrlinkSimulatedEnvironmentProcess.h:36
float myPhysicalLineWidth
Different than "lineWidth" which is a visual change, this will represent the length of the line in me...
Definition: vrlinkSimulatedEnvironmentProcess.h:84
std::vector< DtVector > myOffsetPoints
Definition: vrlinkSimulatedEnvironmentProcess.h:69
bool myProjected
Definition: vrlinkSimulatedEnvironmentProcess.h:90
int myPenStyle
All Qt based.
Definition: vrlinkSimulatedEnvironmentProcess.h:75
Definition: vrlinkSimulatedEnvironmentProcess.h:25
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkSimulatedAggregateState &state)
Encode a DtVrlinkSimulatedEnvironmentState into a DtMessage.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
int myAttributes
Definition: vrlinkSimulatedEnvironmentProcess.h:91
std::string myMarkingText
Definition: DtEntityState.h:58
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAggregateState &state)
Decode a DtVrlinkSimulatedEnvironmentState from a DtMessage.