Interface to a particular particle trace being taken by the particle trace logic.
More...
#include <iparticletrace.h>
Interface to a particular particle trace being taken by the particle trace logic.
◆ getLabel()
virtual QString itascaxd::IParticleTrace::getLabel |
( |
| ) |
const |
|
pure virtual |
Label of the particle trace - to be displayed in plots.
If unassigned this will return the same as getName(). Otherwise it will return a label assigned by the user.
◆ getNext()
virtual const IParticleTrace* itascaxd::IParticleTrace::getNext |
( |
| ) |
const |
|
pure virtual |
Returns the next Iparticle trace() object in the global list, or 0 if it is the last one.
◆ getPosition()
virtual DVect itascaxd::IParticleTrace::getPosition |
( |
| ) |
const |
|
pure virtual |
Returns the current position of the object.
Returns (0,0,0) if the particle trace has a invalid position.
◆ getStartPosition()
virtual qint64 itascaxd::IParticleTrace::getStartPosition |
( |
| ) |
const |
|
pure virtual |
This is the position in the particle trace temp file of the first record containing values from this particle trace.
◆ getStorageIndex()
virtual int itascaxd::IParticleTrace::getStorageIndex |
( |
| ) |
const |
|
pure virtual |
This is the position in the particle trace record of the object.
Note that this is distinct from the ID() of the particle trace.
◆ getVelocity()
virtual DVect itascaxd::IParticleTrace::getVelocity |
( |
| ) |
const |
|
pure virtual |
Returns a vector that contains the current velocity of the object.
Returns (0,0,0) if the particle trace has a invalid velocity.
◆ isValid()
virtual bool itascaxd::IParticleTrace::isValid |
( |
| ) |
const |
|
pure virtual |
Returns TRUE if the particle trace is in a state to take more values.
Returns FALSE if not (for instance, a particle trace of a zone that has been deleted.)
The documentation for this class was generated from the following file: