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
iapplyitemface.h
1
#pragma once
2
3
#include "iapplyitem.h"
4
#include "
iface.h
"
5
6
namespace
zone {
7
class
IApplyItemFace
{
8
public
:
9
virtual
const
IApplyItem
*getApplyItem()
const
=0;
10
virtual
IApplyItem
*getApplyItem()=0;
11
virtual
const
IFace
*getFace()=0;
12
};
13
}
// namespace zone
14
// EoF
zone::IFace
Interface to zone faces.
Definition:
iface.h:23
zone::IApplyItemFace
Definition:
iapplyitemface.h:7
iface.h
Interface to zone faces.
zone::IApplyItem
Definition:
iapplyitem.h:6
Generated by
1.8.15