VR-Forces 4.3 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
DtWindowEllipseInstance.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtWindowEllipseInstance.h,v $ $Revision: 1.0 $ $State: Exp $
7
******************************************************************************/
8
12
13
#ifndef DtWindowEllipseInstance_H_
14
#define DtWindowEllipseInstance_H_
15
16
#include <
vrvCore/vrvCore.h
>
17
#include <
vrvCore/DtSetVisibilityInterface.h
>
18
19
#include <vector>
20
21
namespace
makVrv
22
{
26
class
DT_DLL_VRVCORE
DtWindowEllipseInstance
:
public
DtSetVisibilityInterface
27
{
28
public
:
30
virtual
~
DtWindowEllipseInstance
();
31
36
virtual
void
setCenter(
double
x,
double
y) = 0;
37
43
virtual
void
setDimensions(
double
xLength,
double
yLength) = 0;
44
46
virtual
void
setFillPattern(
unsigned
int
fillPattern) = 0;
47
49
virtual
void
setScale(
double
scale) = 0;
50
52
virtual
void
setRotation(
double
rotation) = 0;
53
55
virtual
void
setNumVertices(
unsigned
int
numVertices) = 0;
56
58
virtual
void
setColor(
float
r,
float
g,
float
b,
float
a) = 0;
59
61
virtual
void
setFill(
bool
fill) = 0;
62
};
63
}
64
65
#endif
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)