ParticleFlow/IParticleChannelAmount.h File Reference

IParticleChannelAmount.h File Reference
#include "../ifnpub.h"

File Description

Channel-generic interfaces ParticleChannelAmount This is a part of every particle channel and particle container ParticleChannelAmount is a two-part interface: for read (R) and write (W)

Classes

class  IParticleChannelAmountR
 
class  IParticleChannelAmountW
 

Macros

#define PARTICLECHANNELAMOUNTR_INTERFACE   Interface_ID(0x74f93b00, 0x1eb34500)
 
#define PARTICLECHANNELAMOUNTW_INTERFACE   Interface_ID(0x74f93b00, 0x1eb34501)
 
#define GetParticleChannelAmountRInterface(obj)   ((IParticleChannelAmountR*)obj->GetInterface(PARTICLECHANNELAMOUNTR_INTERFACE))
 
#define GetParticleChannelAmountWInterface(obj)   ((IParticleChannelAmountW*)obj->GetInterface(PARTICLECHANNELAMOUNTW_INTERFACE))
 

Macro Definition Documentation

#define PARTICLECHANNELAMOUNTR_INTERFACE   Interface_ID(0x74f93b00, 0x1eb34500)
#define PARTICLECHANNELAMOUNTW_INTERFACE   Interface_ID(0x74f93b00, 0x1eb34501)
#define GetParticleChannelAmountRInterface (   obj)    ((IParticleChannelAmountR*)obj->GetInterface(PARTICLECHANNELAMOUNTR_INTERFACE))
#define GetParticleChannelAmountWInterface (   obj)    ((IParticleChannelAmountW*)obj->GetInterface(PARTICLECHANNELAMOUNTW_INTERFACE))