VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvDrawControl
Dt3DPositionedObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: Dt3DPositionedObject.h,v $ $Revision: 1.3 $ $State: Exp $
7
******************************************************************************/
8
#pragma once
9
10
#include <vlutil/vlString.h>
11
12
#include <
vrvDrawControl/vrvDrawControl.h
>
13
14
#include <
vrvDrawControl/DtDrawControlObject.h
>
15
#include <
vrvDrawControl/DtVdc3DAttachPoint.h
>
16
17
#include <vl/envPoint.h>
18
#include <
vrfExtObjects/3dGraphicalObjectStateRecord.h
>
19
20
namespace
vrvControlToolkit
21
{
22
class
DT_DLL_VRVDRAWCONTROL
Dt3DPositionedObject
:
public
DtDrawControlObject
23
{
24
public
:
25
Dt3DPositionedObject
(DtExerciseConn* exConn,
unsigned
id
,
26
const
DtString
& objName);
27
28
// \brief Virtual destructor
29
virtual
~
Dt3DPositionedObject
();
30
31
private
:
36
Dt3DPositionedObject
();
37
41
Dt3DPositionedObject
(
const
Dt3DPositionedObject
& orig);
42
46
Dt3DPositionedObject
& operator=(
const
Dt3DPositionedObject
& rhs);
47
48
public
:
55
virtual
const
DtVdc3DAttachPoint
& attachment()
const
= 0;
56
61
virtual
void
setAttachment(
const
DtVdc3DAttachPoint
& attachment) = 0;
62
};
63
}
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
)