4 class IZoneInterpolate;
virtual IFluidModule * getIFluidModule()=0
Returns a IFluidModule pointer to the fluid module.
Interface to the Dynamic Module, see IModuleExtension.
Definition: idynamicmodule.h:15
virtual IDynamicModule * getIDynamicModule()=0
Returns a IDynamicModule pointer to the dynamic module.
virtual IThermModule * getIThermModule()=0
Returns a IThermModule pointer to the thermal module.
virtual IZoneFieldData * createIZoneFieldData(QObject *obj) const =0
Creates an IZoneFieldData object, and returns a pointer to it.
virtual IZoneInterpolate * createIZoneInterpolate(QObject *obj) const =0
Creates an IZoneInterpolate object, and returns a pointer to it.
Interface to the Fluid Module.
Definition: ifluidmodule.h:15
Interface for accessing the zone field data class.
Definition: izonefielddata.h:28
Interface to the Creep Module, , see IModuleExtension.
Definition: icreepmodule.h:15
virtual void doUpdate()=0
Forces an immediate large-strain update.
virtual ICreepModule * getICreepModule()=0
Returns a ICreepModule pointer to the creep module.
Interface for accessing the zone interpolation class.
Definition: izoneinterpolate.h:22
Interface to the thermal module.
Definition: ithermmodule.h:13
Definition: imodulezone.h:11