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
vrvCore
DtOverlayPolygonModel.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
11
#pragma once
12
13
#include <
vrvCore/DtPolygonModel.h
>
14
15
namespace
makVrv
16
{
19
class
DT_DLL_VRVCORE
DtOverlayPolygonModel
:
public
DtPolygonModel
20
{
21
public
:
23
DtOverlayPolygonModel
(
DtDe
& de,
DtUniqueID
id
);
24
26
virtual
~
DtOverlayPolygonModel
();
27
29
virtual
void
setEventsEnabled(
bool
) = 0;
30
32
virtual
void
setEventWidth(
float
width) = 0;
33
35
virtual
void
set2dOffset(
int
index,
float
x,
float
y) = 0;
36
39
virtual
void
set3dDirection2dLength(
int
index,
float
x,
float
y,
float
z,
40
float
len) = 0;
41
44
virtual
void
setFillPattern(
const
std::vector<unsigned int>) = 0;
45
48
virtual
void
setOutline(
bool
) = 0;
49
51
virtual
void
setInsideColor(
float
r,
float
g,
float
b,
float
a ) = 0;
52
54
virtual
void
setOutsideColor(
float
r,
float
g,
float
b,
float
a ) = 0;
55
57
virtual
void
setSolidFillCenter(
bool
) = 0;
58
61
virtual
void
setGroup(
int
) = 0;
62
};
63
}
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)