Itasca C++ Interface
Toggle main menu visibility
Main Page
Topics
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
Enumerations
Enumerator
a
c
d
f
g
h
i
k
n
p
r
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
f
g
i
m
o
q
r
s
t
u
v
Functions
c
d
g
i
m
o
r
s
t
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
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
string
getModelName
()
const
=0;
19
virtual
void
setZoneBasedTemp
(
const
double
temp) =0;
20
};
13
class
IThermZone
{
…
};
21
}
// namespace zone
22
// EoF
zone::IThermZone
Interface to access zone thermal data.
Definition
ithermzone.h:14
zone::IThermZone::getModelName
virtual string getModelName() const =0
Returns the name of the current Thermal model in the zone.
zone::IThermZone::setZoneBasedTemp
virtual void setZoneBasedTemp(const double temp)=0
Sets the zone temperature to temp.
Generated by
1.10.0