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
iapplyitemzone.h
1
#pragma once
2
3
#include "iapplyitem.h"
4
#include "
izone.h
"
5
6
namespace
zone {
7
class
IApplyItemZone
{
8
public
:
9
virtual
const
IApplyItem
*getApplyItem()
const
=0;
10
virtual
IApplyItem
*getApplyItem()=0;
11
virtual
const
IZone
*getZone()=0;
12
};
7
class
IApplyItemZone
{
…
};
13
14
}
// namespace zone
15
// EoF
zone::IApplyItem
Definition
iapply.h:14
zone::IApplyItemZone
Definition
iapplyitemzone.h:7
zone::IZone
Interface to provide access to a zone.
Definition
izone.h:80
izone.h
Interface to provide access to a zone.
Generated by
1.10.0