Functions | |
virtual TimeValue | GetTick (int index) const =0 |
Get particle property. More... | |
virtual float | GetFraction (int index) const =0 |
Returns true if "index" particle exists. More... | |
virtual void | GetTickFraction (int index, TimeValue &tick, float &fraction) const =0 |
virtual bool | IsSync () const =0 |
Returns true if all particles have the same time. More... | |
virtual const PreciseTimeValue & | GetValue (int index) const =0 |
Methods not in the mapped interface. More... | |
virtual const PreciseTimeValue & | GetValue () const =0 |
Get synchronized time for all particles; if timing isn't synchronized then return time for the first particle in the container. More... | |
FPInterfaceDesc * | GetDesc () |
|
pure virtual |
Returns true if "index" particle exists.
|
pure virtual |
Returns true if all particles have the same time.
|
pure virtual |
Methods not in the mapped interface.
|
pure virtual |
Get synchronized time for all particles; if timing isn't synchronized then return time for the first particle in the container.
|
inlinevirtual |
Implements FPInterface.