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
Dt3DPositionedObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
6
#pragma once
7
8
#include <vlutil/vlString.h>
9
10
#include <
vrvDrawControl/vrvDrawControl.h
>
11
12
#include <
vrvDrawControl/DtDrawControlObject.h
>
13
#include <
vrvDrawControl/DtVdc3DAttachPoint.h
>
14
15
#include <vl/environmentalPointRecord.h>
16
#include <
vrfExtObjects/3dGraphicalObjectStateRecord.h
>
17
18
namespace
vrvControlToolkit
19
{
20
class
DT_DLL_VRVDRAWCONTROL
Dt3DPositionedObject
:
public
DtDrawControlObject
21
{
22
public
:
23
Dt3DPositionedObject
(DtExerciseConn* exConn,
unsigned
id
,
24
const
DtString
& objName);
25
26
// \brief Virtual destructor
27
virtual
~
Dt3DPositionedObject
();
28
29
private
:
34
Dt3DPositionedObject
();
35
39
Dt3DPositionedObject
(
const
Dt3DPositionedObject
& orig);
40
44
Dt3DPositionedObject
& operator=(
const
Dt3DPositionedObject
& rhs);
45
46
public
:
53
virtual
const
DtVdc3DAttachPoint
& attachment()
const
= 0;
54
59
virtual
void
setAttachment(
const
DtVdc3DAttachPoint
& attachment) = 0;
60
};
61
}
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
)