| Functions | |
| virtual bool | IsNew (int index) const =0 | 
| Checks whether the particle specified by index is new.  More... | |
| virtual bool | IsAllNew () const =0 | 
| Checks whether all particles are new.  More... | |
| virtual bool | IsAllOld () const =0 | 
| Checks whether all particles are old.  More... | |
| FPInterfaceDesc * | GetDesc () | 
| virtual void | SetNew (int index)=0 | 
| Sets particle as new, returns true on success.  More... | |
| virtual void | SetOld (int index)=0 | 
| Sets particle as old, returns true on success.  More... | |
| virtual void | SetAllNew ()=0 | 
| Sets all particles as "new".  More... | |
| virtual void | SetAllOld ()=0 | 
| Sets all particles as "old".  More... | |
| FPInterfaceDesc * | GetDesc () | 
| 
 | pure virtual | 
Checks whether the particle specified by index is new.
| 
 | pure virtual | 
Checks whether all particles are new.
| 
 | pure virtual | 
Checks whether all particles are old.
| 
 | inlinevirtual | 
Implements FPInterface.
| 
 | pure virtual | 
Sets all particles as "new".
| 
 | pure virtual | 
Sets all particles as "old".
| 
 | inlinevirtual | 
Implements FPInterface.