VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtOrientationSymbolDecoration.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2012 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/vrvCore.h
>
13
#include <
vrvCore/DtSymbolDecoration.h
>
14
#include <
vrvCore/DtSymbolDecorationCreator.h
>
15
#include <
vrvCore/DtSymbolDecorationVisualizer.h
>
16
17
namespace
makVrv
18
{
19
20
class
DtSymbolDecorationUpdaterAgent;
21
24
class
DT_DLL_VRVCORE
DtOrientationSymbolDecoration
25
:
public
DtSymbolDecoration
26
{
27
public
:
28
30
DtOrientationSymbolDecoration
(
unsigned
int
index,
31
DtSymbolDecorationVisualizer
& parentVisualizer );
32
34
virtual
~
DtOrientationSymbolDecoration
();
35
37
virtual
void
visualize();
38
40
virtual
void
unvisualize();
41
42
protected
:
43
44
unsigned
int
myIndex
;
45
DtSymbolDecorationVisualizer
&
myParentVisualizer
;
46
47
};
48
49
52
class
DT_DLL_VRVCORE
DtOrientationSymbolDecorationCreator
53
:
public
DtSymbolDecorationCreator
54
{
55
public
:
56
58
DtOrientationSymbolDecorationCreator
();
59
61
virtual
~
DtOrientationSymbolDecorationCreator
();
62
64
virtual
DtSymbolDecoration
* create(
65
DtSymbolDecorationVisualizer
& parentVisualizer );
66
69
virtual
DtSymbolDecorationCreator
* clone();
70
72
virtual
const
std::string& displayName();
73
76
virtual
const
std::string& decorationClassName();
77
80
virtual
const
std::string& tag();
81
82
};
83
84
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)