Itasca C++ Interface
flac3d
zone
interface
iapplylist.h
1
#pragma once
2
3
#include "
iface.h
"
4
#include "iapplyitemface.h"
5
#include "iapplyitemzone.h"
6
7
namespace
zone {
8
class
IApplyList
{
9
public
:
10
virtual
void
findAllIFace(
const
FaceID
&f,
FArray<const IApply *>
*ret)
const
=0;
11
virtual
void
findAllIZone(quint64
id
,
FArray<const IApply *>
*ret)
const
=0;
12
virtual
quint32 getNotice()
const
=0;
13
};
14
}
// namespace zone
15
// EoF
16
zone::FaceID
Definition:
izone.h:88
zone::IApplyList
Definition:
iapplylist.h:8
FArray
An array class that attempts to minimize unnecessary heap access.
Definition:
farray.h:27
iface.h
Interface to zone faces.
Generated by
1.8.15