![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2009 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtEntityStateObject.h,v $ $Revision: 1.11 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #ifndef DtEntityStateObject_H_ 00014 #define DtEntityStateObject_H_ 00015 00016 #include <vrvCore/vrvCore.h> 00017 #include <vrvCore/DtSimStateObject.h> 00018 #include <vrvCore/DtEntityState.h> 00019 #include <vrvCore/DtSimEntry.h> 00020 00021 namespace makVrv 00022 { 00023 00028 class DT_DLL_VRVCORE DtEntityStateObject : public DtSimStateObject 00029 { 00030 00031 public: 00032 00034 DtEntityStateObject(DtDe& de, DtUniqueID id); 00035 00037 virtual ~DtEntityStateObject(); 00038 00041 void setState(DtVrlinkSimulatedEntityState& state); 00042 00043 protected: 00044 DtVrlinkSimulatedEntityState* myEntityState; 00045 }; 00046 } 00047 00048 #endif 00049