Interface to a particular particle trace being taken by the particle trace logic.
Definition: iparticletrace.h:19
virtual IString getName() const =0
Name of the particle trace - generally type and location. This name is assigned by the code.
virtual DExtent getTraceExtent() const =0
Returns the 3D region where the particle traces occured.
virtual uint64 getID() const =0
Unique ID associated with the particle trace.
virtual DVect getPosition() const =0
virtual bool isValid() const =0
virtual QString getLabel() const =0
virtual qint64 getStartPosition() const =0
virtual DVect getVelocity() const =0
virtual const IParticleTrace * getNext() const =0
virtual const IThing * getTracedObject() const =0
Returns object being traced.
virtual const IThing * getIThing() const =0
Get IThing interface for the particle trace.
virtual double getMaxVelocity() const =0
Returns the maximum scalar velocity.
virtual int getStorageIndex() const =0