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