VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvDrawControl
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
12
#include <
vrvDrawControl/DtDrawControlObject.h
>
13
#include <
vrvDrawControl/vrvDrawControl.h
>
14
15
#include <
vrvDrawControl/DtVdc3DAttachPoint.h
>
16
17
namespace
vrvControlToolkit
18
{
19
class
DT_DLL_VRVDRAWCONTROL
Dt3DTwoPositionedObject
:
public
DtDrawControlObject
20
{
21
public
:
22
Dt3DTwoPositionedObject
(DtExerciseConn* exConn,
unsigned
id
,
23
const
DtString
& objName);
24
25
// \brief Virtual destructor
26
virtual
~
Dt3DTwoPositionedObject
();
27
28
private
:
33
Dt3DTwoPositionedObject
();
34
38
Dt3DTwoPositionedObject
(
const
Dt3DTwoPositionedObject
& orig);
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)