4#include "module/interface/idata.h"
This class maintains a list of scalar data . getNames() returns the names of the data available throu...
Definition ifacedata.h:19
virtual void destroy()=0
Destroys this object safely across interface boundaries.
virtual double getData(const IFaceThing *v) const =0
Returns data given a face. Which data is determined by the current setIndex().
virtual QList< uint > getInterestedIn() const =0
This is the interface for FaceThing, a class that holds extra data not in the fortran arrays....
Definition ifacething.h:33