Functions

IParticleChannelExt.h

Functions

virtual bool  Copy (IObject *obj)=0
  Copy all particle data from another channel of the same type.
FPInterfaceDesc GetDesc ()

Function Documentation

bool Copy ( IObject obj ) [pure virtual, inherited]

Copy all particle data from another channel of the same type.

Returns true if the operation is successful.

FPInterfaceDesc * GetDesc ( ) [inline, virtual, inherited]
Remarks:
Returns a pointer to the class which contains the interface metadata.

Implements FPInterface.

{ return GetDescByID(PARTICLECHANNELEXT_INTERFACE); }