4 #include "module/interface/idata.h" 36 virtual bool getVelocityLimitActive()
const = 0;
37 virtual double getVelocityLimit()
const = 0;
42 virtual void velocityLimitChanged(
double d) = 0;
virtual void velocityLimitActiveChanged(bool b)=0
SIGNALS.
virtual void destroy()=0
Destroys this object safely across interface boundaries.
virtual double getData(const IVertexThing *v) const =0
Returns data given a Gridpoint. Which data is determined by the current setIndex().
This class maintains a list of scalar data (x-position, density, velocity magnitude,...
Definition: igpdata.h:20
This is the interface for VertexThing. This will be stored in a container and the ID will be stored i...
Definition: ivertexthing.h:28
virtual void setVelocityLimit(double d)=0
SLOTS.
virtual QList< uint > getInterestedIn() const =0
virtual const QObject * getQObject() const =0
Returns a const pointer to a QObject representing this object.