VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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
14
#include <
vrvDrawControl/DtVdc3DAttachPoint.h
>
15
16
namespace
vrvControlToolkit
17
{
18
class
DT_DLL_VRVDRAWCONTROL
Dt3DTwoPositionedObject
:
public
DtDrawControlObject
19
{
20
public
:
21
Dt3DTwoPositionedObject
(DtExerciseConn* exConn,
unsigned
id
,
22
const
DtString
& objName);
23
24
// \brief Virtual destructor
25
virtual
~
Dt3DTwoPositionedObject
();
26
27
private
:
32
Dt3DTwoPositionedObject
();
33
37
Dt3DTwoPositionedObject
(
const
Dt3DTwoPositionedObject
& orig);
38
42
Dt3DTwoPositionedObject
& operator=(
const
Dt3DTwoPositionedObject
& rhs);
43
44
public
:
51
virtual
const
DtVdc3DAttachPoint
& startAttachment()
const
= 0;
52
57
virtual
void
setStartAttachment(
const
DtVdc3DAttachPoint
& attachment) = 0;
58
65
virtual
const
DtVdc3DAttachPoint
& endAttachment()
const
= 0;
66
71
virtual
void
setEndAttachment(
const
DtVdc3DAttachPoint
& attachment) = 0;
72
};
73
}
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)