Itasca C++ Interface
Main Page
Modules
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
c
d
e
g
i
m
n
o
p
r
s
t
v
w
+
Typedefs
c
d
f
i
l
n
p
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
f
g
h
i
k
l
n
p
r
s
u
v
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
f
g
i
l
o
q
r
s
t
u
v
+
Functions
c
d
g
i
o
r
s
t
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
flac3d
zone
interface
ithermzone.h
Go to the documentation of this file.
1
// ithermzone.h
2
#pragma once
3
9
namespace
zone
10
{
13
class
IThermZone
14
{
15
public
:
17
virtual
QString
getModelName
()
const
=0;
19
virtual
void
setZoneBasedTemp
(
double
temp) =0;
20
};
21
}
// namespace zone
22
// EoF
zone::IThermZone::getModelName
virtual QString getModelName() const =0
Returns the name of the current Thermal model in the zone.
zone::IThermZone::setZoneBasedTemp
virtual void setZoneBasedTemp(double temp)=0
Sets the zone temperature to temp.
zone::IThermZone
Interface to access zone thermal data.
Definition:
ithermzone.h:13
Generated by
1.8.15