VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvDrawControl
Dt2DPositionedObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: Dt2DPositionedObject.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/DtVdcVector2D.h
>
14
15
namespace
vrvControlToolkit
16
{
17
class
DT_DLL_VRVDRAWCONTROL
Dt2DPositionedObject
:
public
DtDrawControlObject
18
{
19
public
:
20
Dt2DPositionedObject
(DtExerciseConn* exConn,
unsigned
id
,
21
const
DtString
& objName);
22
23
// \brief Virtual destructor
24
virtual
~
Dt2DPositionedObject
();
25
26
private
:
31
Dt2DPositionedObject
();
32
36
Dt2DPositionedObject
(
const
Dt2DPositionedObject
& orig);
37
41
Dt2DPositionedObject
& operator=(
const
Dt2DPositionedObject
& rhs);
42
43
public
:
49
virtual
DtVdcVector2D
position()
const
= 0;
50
56
virtual
void
setPosition(
const
DtVdcVector2D
& position ) = 0;
57
};
58
}
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
)