VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt3DTwoPositionedObject.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 #pragma once
6 
7 #include <vlutil/vlString.h>
8 
10 
12 
13 namespace vrvControlToolkit
14 {
16  {
17  public:
18  Dt3DTwoPositionedObject(DtExerciseConn* exConn, unsigned id,
19  const DtString& objName);
20 
21  // \brief Virtual destructor
22  virtual ~Dt3DTwoPositionedObject();
23 
24  private:
30 
35 
39  Dt3DTwoPositionedObject& operator=(const Dt3DTwoPositionedObject& rhs);
40 
41  public:
48  virtual const DtVdc3DAttachPoint& startAttachment() const = 0;
49 
54  virtual void setStartAttachment(const DtVdc3DAttachPoint& attachment) = 0;
55 
62  virtual const DtVdc3DAttachPoint& endAttachment() const = 0;
63 
68  virtual void setEndAttachment(const DtVdc3DAttachPoint& attachment) = 0;
69  };
70 }
DtDrawControlObject.h contains the class definition for DtDrawControlObject, the base class from whic...
Definition: Dt3DTwoPositionedObject.h:15
DtDrawControlObject is the base class from which all Draw Control Objects are derived.
Definition: DtDrawControlObject.h:35
#define DT_DLL_VRVDRAWCONTROL
Definition: vrvDrawControl.h:15
DtVdc3DAttachPoint.h contains the class definition for DtVdc3DAttachPoint, which functions as a discr...
DtVdc3DAttachPoint represents the 3 methods for attaching a 3D draw control object in 3-space...
Definition: DtVdc3DAttachPoint.h:33

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)