IParticleChannelTabTVFaceW Class Reference
 
 
 
IParticleChannelTabTVFaceW Class Reference

#include <IParticleChannelTabTVFace.h>

Inheritance diagram for IParticleChannelTabTVFaceW:
FPMixinInterface FPInterface BaseInterface InterfaceServer MaxHeapOperators

Public Member Functions

virtual bool  SetValue (int particleIndex, const TabTVFace *value)=0
  Copies Tab to be a local value for particle with index "particleIndex".
virtual bool  SetValue (Tab< int > &particleIndices, const TabTVFace *value)=0
  Copies Tab to be a shared value with indices in "particleIndices".
virtual bool  SetValue (const TabTVFace *value)=0
  Copies Tab to be a global values for all particles.
virtual bool  CopyValue (int fromParticle, int toParticle)=0
  Copy tab value from fromParticle to toParticle.
virtual bool  CopyValue (int fromParticle, Tab< int > &toParticles)=0
  Copy tab value from fromParticle to toParticles.
virtual bool  CopyValue (int fromParticle)=0
  Copy tab value from fromParticle to all particles.
FPInterfaceDesc GetDesc ()