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