VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
baseReflectedEntity.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef DtBaseReflectedEntity_H_
7 #define DtBaseReflectedEntity_H_
8 
13 
14 
15 
16 #include <matrix/vlMath.h>
17 #include "objectId.h"
18 #include "stateMsg.h"
19 
20 #include <vlutil/vlList.h>
21 
23 
30 {
31 public:
32 
34  virtual ~DtBaseReflectedEntity();
35 
37  DtBaseReflectedEntity& operator=(const DtBaseReflectedEntity& orig);
38 
40  virtual DtEntityStateRepository* entityStateRep() const = 0;
41 
43  virtual const DtObjectId& id() const;
44 
45 protected:
46 
48 
51 
54 
55 protected:
56 
58 };
59 
61 {
62  return(myObjectId);
63 }
64 
65 #endif
66 

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)