Itasca C++ Interface
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
};
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