15 #include <matrix/vlVector.h>
16 #include <vl/globalObjectDesignator.h>
20 namespace vrvControlToolkit
38 attachmentTypeUndefined = 0,
39 attachmentTypeScene = 1,
40 attachmentTypeEntity = 2,
41 attachmentTypeDrawObject = 3
42 } DtVdc3DAttachmentType;
88 virtual DtVdc3DAttachmentType attachmentType()
const;
96 virtual DtVector location()
const;
97 virtual DtVector& location();
106 virtual void setLocation( DtVector location );
129 virtual double relativePosition()
const;
135 virtual void setRelativePosition(
double relativePosition );
155 virtual bool isAttached()
const;
#define DT_DLL_VRVDRAWCONTROL
Definition: vrvDrawControl.h:15