VR-Forces 4.1.1 Class Documentation
Dt3DTwoPositionedObject.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: Dt3DTwoPositionedObject.h,v $ $Revision: 1.3 $ $State: Exp $
7 ******************************************************************************/
8 #pragma once
9 
10 #include <vlutil/vlString.h>
11 
14 
16 
17 namespace vrvControlToolkit
18 {
20  {
21  public:
22  Dt3DTwoPositionedObject(DtExerciseConn* exConn, unsigned id,
23  const DtString& objName);
24 
25  // \brief Virtual destructor
26  virtual ~Dt3DTwoPositionedObject();
27 
28  private:
34 
39 
43  Dt3DTwoPositionedObject& operator=(const Dt3DTwoPositionedObject& rhs);
44 
45  public:
52  virtual const DtVdc3DAttachPoint& startAttachment() const = 0;
53 
58  virtual void setStartAttachment(const DtVdc3DAttachPoint& attachment) = 0;
59 
66  virtual const DtVdc3DAttachPoint& endAttachment() const = 0;
67 
72  virtual void setEndAttachment(const DtVdc3DAttachPoint& attachment) = 0;
73  };
74 }

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)