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