IParticleChannelBool.h

IParticleChannelBool.h

Module description

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...
 
FPInterfaceDescGetDesc ()
 
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...
 
FPInterfaceDescGetDesc ()
 

Function Documentation

bool GetValue ( int  index) const
pure virtual

get property for particle with index

bool IsGlobal ( ) const
pure virtual

verify if the channel is global

bool GetValue ( ) const
pure virtual

if channel is global returns the global value.

if channel is not global returns value of the first particle

FPInterfaceDesc * GetDesc ( )
inlinevirtual
Remarks
Returns a pointer to the class which contains the interface metadata.

Implements FPInterface.

#define PARTICLECHANNELBOOLR_INTERFACE
Definition: IParticleChannelBool.h:20
virtual FPInterfaceDesc * GetDescByID(Interface_ID id)
Definition: ifnpub.h:613
void SetValue ( int  index,
bool  value 
)
pure virtual

set property for particle with index

void SetValue ( bool  value)
pure virtual

set property for all particles at once thus making the channel global

FPInterfaceDesc * GetDesc ( )
inlinevirtual
Remarks
Returns a pointer to the class which contains the interface metadata.

Implements FPInterface.

#define PARTICLECHANNELBOOLW_INTERFACE
Definition: IParticleChannelBool.h:21
virtual FPInterfaceDesc * GetDescByID(Interface_ID id)
Definition: ifnpub.h:613