IParticleChannelNew.h File Reference

Channel-specific interfaces for ParticleChannelNew. More...

#include "..\ifnpub.h"

Go to the source code of this file.

Classes

class   IParticleChannelNewR
class   IParticleChannelNewW

Defines

#define  PARTICLECHANNELNEWR_INTERFACE   Interface_ID(0x74f93b01, 0x1eb34500)
#define  PARTICLECHANNELNEWW_INTERFACE   Interface_ID(0x74f93b01, 0x1eb34501)
#define  GetParticleChannelNewRInterface(obj)   ((IParticleChannelNewR*)obj->GetInterface(PARTICLECHANNELNEWR_INTERFACE))
#define  GetParticleChannelNewWInterface(obj)   ((IParticleChannelNewW*)obj->GetInterface(PARTICLECHANNELNEWW_INTERFACE))

Enumerations

enum   { particleChannelNew_isNew, particleChannelNew_isAllNew, particleChannelNew_isAllOld }
enum   { particleChannelNew_setNew, particleChannelNew_setOld, particleChannelNew_setAllNew, particleChannelNew_setAllOld }

Detailed Description

Channel-specific interfaces for ParticleChannelNew.

The channel is used to mark particles that have just come to the current event (either via birth or a jump from another event

Definition in file IParticleChannelNew.h.


Define Documentation

#define PARTICLECHANNELNEWR_INTERFACE   Interface_ID(0x74f93b01, 0x1eb34500)
#define PARTICLECHANNELNEWW_INTERFACE   Interface_ID(0x74f93b01, 0x1eb34501)
#define GetParticleChannelNewRInterface (   obj )    ((IParticleChannelNewR*)obj->GetInterface(PARTICLECHANNELNEWR_INTERFACE))
#define GetParticleChannelNewWInterface (   obj )    ((IParticleChannelNewW*)obj->GetInterface(PARTICLECHANNELNEWW_INTERFACE))

Enumeration Type Documentation

anonymous enum
Enumerator:
particleChannelNew_isNew 
particleChannelNew_isAllNew 
particleChannelNew_isAllOld 

Definition at line 28 of file IParticleChannelNew.h.

anonymous enum