VR-Forces 4.1.1 Class Documentation
Dt3DPositionedObject.h
Go to the documentation of this file.
1 /******************************************************************************
2  ** Copyright (c) 2010 MaK Technologies, Inc.
3  ** All rights reserved.
4  ******************************************************************************/
5 /******************************************************************************
6  ** $RCSfile: Dt3DPositionedObject.h,v $ $Revision: 1.3 $ $State: Exp $
7  ******************************************************************************/
8 #pragma once
9 
10 #include <vlutil/vlString.h>
11 
13 
16 
17 #include <vl/envPoint.h>
19 
20 namespace vrvControlToolkit
21 {
23  {
24  public:
25  Dt3DPositionedObject(DtExerciseConn* exConn, unsigned id,
26  const DtString& objName);
27 
28  // \brief Virtual destructor
29  virtual ~Dt3DPositionedObject();
30 
31  private:
37 
42 
46  Dt3DPositionedObject& operator=(const Dt3DPositionedObject& rhs);
47 
48  public:
55  virtual const DtVdc3DAttachPoint& attachment() const = 0;
56 
61  virtual void setAttachment(const DtVdc3DAttachPoint& attachment) = 0;
62  };
63 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)