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 } |
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 PARTICLECHANNELNEWR_INTERFACE Interface_ID(0x74f93b01, 0x1eb34500) |
Definition at line 21 of file IParticleChannelNew.h.
| #define PARTICLECHANNELNEWW_INTERFACE Interface_ID(0x74f93b01, 0x1eb34501) |
Definition at line 22 of file IParticleChannelNew.h.
| #define GetParticleChannelNewRInterface | ( | obj | ) | ((IParticleChannelNewR*)obj->GetInterface(PARTICLECHANNELNEWR_INTERFACE)) |
Definition at line 24 of file IParticleChannelNew.h.
| #define GetParticleChannelNewWInterface | ( | obj | ) | ((IParticleChannelNewW*)obj->GetInterface(PARTICLECHANNELNEWW_INTERFACE)) |
Definition at line 25 of file IParticleChannelNew.h.
| anonymous enum |
Definition at line 28 of file IParticleChannelNew.h.
| anonymous enum |
| particleChannelNew_setNew | |
| particleChannelNew_setOld | |
| particleChannelNew_setAllNew | |
| particleChannelNew_setAllOld |
Definition at line 34 of file IParticleChannelNew.h.