ParticleFlow/IParticleChannelMap.h File Reference
 
 
 
ParticleFlow/IParticleChannelMap.h File Reference
#include "PFExport.h"
#include "../ifnpub.h"
#include "IParticleChannelTabUVVert.h"
#include "IParticleChannelTabTVFace.h"

File Description

Channel-generic interface for particle channels that store data in "map" form A map consists of Tab<UVVert> and Tab<TVFace> information.

Classes

class   IParticleChannelMapR
class   IParticleChannelMapW

Defines

#define  PARTICLECHANNELMAPR_INTERFACE   Interface_ID(0x74f93c16, 0x1eb34500)
#define  PARTICLECHANNELMAPW_INTERFACE   Interface_ID(0x74f93c16, 0x1eb34501)
#define  GetParticleChannelMapRInterface(obj)   ((IParticleChannelMapR*)obj->GetInterface(PARTICLECHANNELMAPR_INTERFACE))
#define  GetParticleChannelMapWInterface(obj)   ((IParticleChannelMapW*)obj->GetInterface(PARTICLECHANNELMAPW_INTERFACE))

Define Documentation

#define PARTICLECHANNELMAPR_INTERFACE   Interface_ID(0x74f93c16, 0x1eb34500)
#define PARTICLECHANNELMAPW_INTERFACE   Interface_ID(0x74f93c16, 0x1eb34501)
#define GetParticleChannelMapRInterface (   obj )    ((IParticleChannelMapR*)obj->GetInterface(PARTICLECHANNELMAPR_INTERFACE))
#define GetParticleChannelMapWInterface (   obj )    ((IParticleChannelMapW*)obj->GetInterface(PARTICLECHANNELMAPW_INTERFACE))