VR-Link API Documentation for DIS
 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 
64 protected:
66  bool myDetached;
67 };
68 
69 #endif
70 
71 
72 

Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)