| Functions | |
| virtual int | GetValue (int index) const =0 | 
| Gets a property for the particle by index.  More... | |
| virtual bool | IsGlobal () const =0 | 
| Verifies that the channel is global.  More... | |
| virtual int | GetValue () const =0 | 
| If the channel is global, returns the global value.  More... | |
| FPInterfaceDesc * | GetDesc () | 
| virtual void | SetValue (int index, int value)=0 | 
| Sets a property for particle by index.  More... | |
| virtual void | SetValue (int value)=0 | 
| Sets a property for all particles at once, thus making the channel global.  More... | |
| FPInterfaceDesc * | GetDesc () | 
| 
 | pure virtual | 
Verifies that the channel is global.
| 
 | pure virtual | 
If the channel is global, returns the global value.
If the channel is not global, returns the value of the first particle.
| 
 | inlinevirtual | 
Implements FPInterface.
Sets a property for all particles at once, thus making the channel global.
| 
 | inlinevirtual | 
Implements FPInterface.