VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCore
DtScribeBoxModel.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2011 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
/*****************************************************************************
6
* $RCSfile: DtScribeBoxModel.h,v $ $Revision: 1.10 $ $State: Exp $
7
*****************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvCore/vrvCore.h
>
16
#include <
vrvCore/DtModel.h
>
17
18
namespace
makVrv
19
{
20
25
class
DT_DLL_VRVCORE
DtScribeBoxModel
:
public
DtModel
26
{
27
public
:
28
30
DtScribeBoxModel
(
DtDe
& de,
DtUniqueID
id
);
31
33
virtual
~
DtScribeBoxModel
();
34
36
virtual
void
setColor(
float
r,
float
g,
float
b,
float
alpha ) = 0;
37
39
virtual
void
setLineWidth(
double
lineWidth ) = 0;
40
42
virtual
void
setOccluded(
bool
) = 0;
43
47
virtual
void
setLineSmoothing(
bool
) = 0;
48
51
virtual
void
setModelScalingEnabled(
bool
b ) = 0;
52
54
virtual
void
setLocalModelScalingEnabled(
bool
enabled ) = 0;
55
57
virtual
void
setLocalModelScalingAmount(
float
localScale ) = 0;
58
59
};
60
61
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)