VR-Link API Documentation for HLA 1.3
attachedPart.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #ifndef attachedPart_H_
10 #define attachedPart_H_
11 
12 #include <vlutil/vlMachineTypes.h>
13 
14 #include "entityType.h"
15 
23 {
24 public:
28 
30  virtual ~DtAttachedPart();
31 
33  DtAttachedPart(const DtAttachedPart& orig);
34 
36  DtAttachedPart& operator=(const DtAttachedPart& orig);
37 
39 
40 
41 
42 
43 
44 
45 
46  bool operator==(const DtAttachedPart& other) const;
47  bool operator!=(const DtAttachedPart& other) const;
49 
51 
52  virtual const DtEntityType& entityType() const;
53  virtual void setEntityType(const DtEntityType& entType);
55 
56 protected:
58 };
59 
60 #endif
61 
62 
63 

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)