23 class IFlowPlaneVertexThing;
82 virtual void setNormalForce(
double nf)=0;
93 virtual double getArea()
const=0;
101 virtual void setModel(
const QString &s)=0;
125 virtual void setProperty(
const QString &prop, QVariant val) = 0;
144 virtual bool getBit(
int bit)
const=0;
150 virtual void setBit(
int bit,
bool b)
const=0;
159 virtual double getEnergy(
const QString& e)
const = 0;
160 virtual double getTotalEnergy()
const = 0;
168 virtual double getFOS()
const = 0;
namespace Itasca
Definition: basememory.cpp:9
Int FInt
Interface to provide access to 3DEC modules, global data, list of 3DEC entities, etc.
Definition: iblockdef.h:19
Base class for items that will be stored in containers.
Definition: ithing.h:31
Fortran to C++ type declarations.
This is the interface for FlowPlaneVertexThing, a C++ wrapper for a flow plane vertex This will be st...
Definition: iflowplanevertexthing.h:27
unsigned int UInt
unsigned 32 bit
Definition: basedef.h:31
This is the interface for BlockThing, a class that holds extra data not in the fortran arrays....
Definition: iblockthing.h:31
unsigned int TType
class type indicator
Definition: basedef.h:41
This is the interface for VertexThing. This will be stored in a container and the ID will be stored i...
Definition: ivertexthing.h:28
Definition: iflowzonething.h:24
This is the interface for FaceThing, a class that holds extra data not in the fortran arrays....
Definition: ifacething.h:32