VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
57 
58 
59 
60  virtual bool detached() const;
61  virtual void setDetached(bool det);
63 
65 
66 
67 
68  virtual unsigned int attachedTo() const;
69  virtual void setAttachedTo(unsigned int where);
71 
72 protected:
74  bool myDetached;
75  unsigned short myAttachedTo;
76 };
77 
78 #endif
79 
80 
81 

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)