Channel-specific interfaces for ParticleChannelSelection The channel is used to track selection status of particles The channel is a wrap around ParticleChannelBool. More...
#include "IParticleChannelBool.h"
Go to the source code of this file.
Defines |
|
#define | PARTICLECHANNELSELECTIONR_INTERFACE Interface_ID(0x74f93b13, 0x1eb34500) |
#define | PARTICLECHANNELSELECTIONW_INTERFACE Interface_ID(0x74f93b13, 0x1eb34501) |
#define | GetParticleChannelSelectionRInterface(obj) ((IParticleChannelBoolR*)obj->GetInterface(PARTICLECHANNELSELECTIONR_INTERFACE)) |
#define | GetParticleChannelSelectionWInterface(obj) ((IParticleChannelBoolW*)obj->GetInterface(PARTICLECHANNELSELECTIONW_INTERFACE)) |
Channel-specific interfaces for ParticleChannelSelection The channel is used to track selection status of particles The channel is a wrap around ParticleChannelBool.
Definition in file IParticleChannelSelection.h.
#define PARTICLECHANNELSELECTIONR_INTERFACE Interface_ID(0x74f93b13, 0x1eb34500) |
Definition at line 21 of file IParticleChannelSelection.h.
#define PARTICLECHANNELSELECTIONW_INTERFACE Interface_ID(0x74f93b13, 0x1eb34501) |
Definition at line 22 of file IParticleChannelSelection.h.
#define GetParticleChannelSelectionRInterface | ( | obj | ) | ((IParticleChannelBoolR*)obj->GetInterface(PARTICLECHANNELSELECTIONR_INTERFACE)) |
Definition at line 24 of file IParticleChannelSelection.h.
#define GetParticleChannelSelectionWInterface | ( | obj | ) | ((IParticleChannelBoolW*)obj->GetInterface(PARTICLECHANNELSELECTIONW_INTERFACE)) |
Definition at line 25 of file IParticleChannelSelection.h.