VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCore
DtSymbolDecoration.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
14
namespace
makVrv
15
{
16
19
class
DT_DLL_VRVCORE
DtSymbolDecoration
20
{
21
public
:
22
24
virtual
~
DtSymbolDecoration
();
25
27
virtual
void
visualize() = 0;
28
30
virtual
void
unvisualize() = 0;
31
34
virtual
void
setScale(
float
scale );
35
36
protected
:
37
39
DtSymbolDecoration
();
40
41
};
42
43
}
makVrv::DtSymbolDecoration
Base class for symbol decorations.
Definition:
DtSymbolDecoration.h:19
DT_DLL_VRVCORE
#define DT_DLL_VRVCORE
Definition:
vrvCore.h:20
vrvCore.h
Contains DLL export macros.
Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)