IParticleChannelINode.h

IParticleChannelINode.h

Module description

Functions

virtual INodeGetValue (int index) const =0
 Gets a property for a particle by index. More...
 
virtual bool IsGlobal () const =0
 Verifies that the channel is global. More...
 
virtual INodeGetValue () const =0
 If the channel is global, returns the global value. More...
 
FPInterfaceDescGetDesc ()
 
virtual void SetValue (int index, INode *value)=0
 Sets a property for the particle with the specified index. More...
 
virtual void SetValue (INode *value)=0
 Sets a property for all particles at once, thus making the channel global. More...
 
FPInterfaceDescGetDesc ()
 

Function Documentation

INode * GetValue ( int  index) const
pure virtual

Gets a property for a particle by index.

bool IsGlobal ( ) const
pure virtual

Verifies that the channel is global.

INode * GetValue ( ) const
pure virtual

If the 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.

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

Sets a property for the particle with the specified index.

void SetValue ( INode value)
pure virtual

Sets a 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 PARTICLECHANNELINODEW_INTERFACE
Definition: IParticleChannelINode.h:21
virtual FPInterfaceDesc * GetDescByID(Interface_ID id)
Definition: ifnpub.h:613