Functions | |
virtual bool | GetValue (int index) const =0 |
get property for particle with index More... | |
virtual bool | IsGlobal () const =0 |
verify if the channel is global More... | |
virtual bool | GetValue () const =0 |
if channel is global returns the global value. More... | |
FPInterfaceDesc * | GetDesc () |
virtual void | SetValue (int index, bool value)=0 |
set property for particle with index More... | |
virtual void | SetValue (bool value)=0 |
set property for all particles at once thus making the channel global More... | |
FPInterfaceDesc * | GetDesc () |
|
pure virtual |
get property for particle with index
|
pure virtual |
verify if the channel is global
|
pure virtual |
if channel is global returns the global value.
if channel is not global returns value of the first particle
|
inlinevirtual |
Implements FPInterface.
|
pure virtual |
set property for all particles at once thus making the channel global
|
inlinevirtual |
Implements FPInterface.