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
iapplylist.h
1
#pragma once
2
3
#include "
base/src/farray.h
"
4
5
namespace
zone {
6
class
FaceID;
7
class
IApply;
8
9
class
IApplyList
{
10
public
:
11
virtual
void
findAllIFace(
const
FaceID
&f,
FArray<const IApply *>
*ret)
const
=0;
12
virtual
void
findAllIZone(uint64
id
,
FArray<const IApply *>
*ret)
const
=0;
13
virtual
uint32 getNotice()
const
=0;
14
};
9
class
IApplyList
{
…
};
15
}
// namespace zone
16
// EoF
17
FArray
An array class that attempts to minimize unnecessary heap access.
Definition
farray.h:25
zone::FaceID
Definition
izone.h:55
zone::IApplyList
Definition
iapplylist.h:9
farray.h
An array class that attempts to minimize unnecessary heap access.
Generated by
1.10.0