IParticleChannel.h File Reference

Channel-generic interfaces IParticleChannel This is a part of every particle channel. More...

#include "PFExport.h"
#include "..\ifnpub.h"

Go to the source code of this file.

Classes

class   IParticleChannel

Defines

#define  PARTICLECHANNEL_INTERFACE   Interface_ID(0x74f93b00, 0x1eb34400)
#define  GetParticleChannelInterface(obj)   ((IParticleChannel*)obj->GetInterface(PARTICLECHANNEL_INTERFACE))

Detailed Description

Channel-generic interfaces IParticleChannel This is a part of every particle channel.

Helps to determine read/write category of the given particle interface and to manage memory deallocation

Definition in file IParticleChannel.h.


Define Documentation

#define PARTICLECHANNEL_INTERFACE   Interface_ID(0x74f93b00, 0x1eb34400)

Definition at line 24 of file IParticleChannel.h.

#define GetParticleChannelInterface (   obj )    ((IParticleChannel*)obj->GetInterface(PARTICLECHANNEL_INTERFACE))

Definition at line 26 of file IParticleChannel.h.