VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt3DPositionedObject.h
Go to the documentation of this file.
1 /******************************************************************************
2  ** Copyright (c) 2014 MaK Technologies, Inc.
3  ** All rights reserved.
4  ******************************************************************************/
5 
6 #pragma once
7 
8 #include <vlutil/vlString.h>
9 
11 
14 
15 #include <vl/environmentalPointRecord.h>
17 
18 namespace vrvControlToolkit
19 {
21  {
22  public:
23  Dt3DPositionedObject(DtExerciseConn* exConn, unsigned id,
24  const DtString& objName);
25 
26  // \brief Virtual destructor
27  virtual ~Dt3DPositionedObject();
28 
29  private:
35 
40 
44  Dt3DPositionedObject& operator=(const Dt3DPositionedObject& rhs);
45 
46  public:
53  virtual const DtVdc3DAttachPoint& attachment() const = 0;
54 
59  virtual void setAttachment(const DtVdc3DAttachPoint& attachment) = 0;
60  };
61 }
DtDrawControlObject.h contains the class definition for DtDrawControlObject, the base class from whic...
Contains the Dt3DGraphicalObjectStateRecord class declaration.
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...
Definition: Dt3DPositionedObject.h:20
DtVdc3DAttachPoint represents the 3 methods for attaching a 3D draw control object in 3-space...
Definition: DtVdc3DAttachPoint.h:33

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)