VR-Forces 4.5 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
DtRectangularPyramidModel.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2015 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/vrvCore.h
>
13
#include <
vrvCore/DtModel.h
>
14
15
namespace
makVrv
16
{
17
class
DtDe;
18
21
class
DT_DLL_VRVCORE
DtRectangularPyramidModel
22
:
public
DtModel
23
{
24
public
:
25
28
DtRectangularPyramidModel
(
makVrv::DtDe
& de,
makVrv::DtUniqueID
id
);
29
31
virtual
~
DtRectangularPyramidModel
();
32
35
38
virtual
std::string className()
const
;
39
41
44
50
virtual
void
setRelativePosition(
double
x,
double
y,
double
z ) = 0;
51
57
virtual
void
setRelativeOrientation(
const
DtTaitBryan& ori ) = 0;
58
61
virtual
void
setSize(
double
slantHeight ) = 0;
62
69
virtual
void
setColor(
float
r,
float
g,
float
b,
float
a ) = 0;
70
77
virtual
void
setInnerColor(
float
r,
float
g,
float
b,
float
a ) = 0;
78
85
virtual
void
setOuterColor(
float
r,
float
g,
float
b,
float
a ) = 0;
86
89
virtual
void
setXHalfAngle(
double
xHalfAngle ) = 0;
90
93
virtual
void
setYHalfAngle(
double
yHalfAngle ) = 0;
94
99
virtual
void
setShowLines(
bool
showLines ) = 0;
100
105
virtual
void
setLinesHaveAlpha(
bool
lineAlpha ) = 0;
106
110
virtual
void
setIsSupportModel(
bool
isSupport) = 0;
111
113
114
};
115
116
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)