IParticleChannelIntR Class Reference
 
 
 
IParticleChannelIntR Class Reference

#include <IParticleChannelInt.h>

Inheritance diagram for IParticleChannelIntR:
FPMixinInterface FPInterface BaseInterface InterfaceServer MaxHeapOperators

Public Types

enum   { kGetValue, kIsGlobal, kGetValueGlobal }

Public Member Functions

BEGIN_FUNCTION_MAP  FN_1 (kGetValue, TYPE_INT, GetValue, TYPE_INT)
  FN_0 (kIsGlobal, TYPE_bool, IsGlobal)
  FN_0 (kGetValueGlobal, TYPE_INT, GetValue)
virtual int  GetValue (int index) const =0
  get property for particle with index
virtual bool  IsGlobal () const =0
  verify if the channel is global
virtual int  GetValue () const =0
  if channel is global returns the global value.
FPInterfaceDesc GetDesc ()

Member Enumeration Documentation


Member Function Documentation

BEGIN_FUNCTION_MAP FN_1 ( kGetValue  ,
TYPE_INT  ,
GetValue  ,
TYPE_INT   
)
FN_0 ( kIsGlobal  ,
TYPE_bool  ,
IsGlobal   
)
FN_0 ( kGetValueGlobal  ,
TYPE_INT  ,
GetValue   
)