Channel-generic interface for particle channels that store data in "map" form A map consists of Tab<UVVert> and Tab<TVFace> information. More...
#include "PFExport.h"
#include "..\ifnpub.h"
#include "IParticleChannelTabUVVert.h"
#include "IParticleChannelTabTVFace.h"
Go to the source code of this file.
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)) |
Channel-generic interface for particle channels that store data in "map" form A map consists of Tab<UVVert> and Tab<TVFace> information.
Definition in file IParticleChannelMap.h.
#define PARTICLECHANNELMAPR_INTERFACE Interface_ID(0x74f93c16, 0x1eb34500) |
Definition at line 23 of file IParticleChannelMap.h.
#define PARTICLECHANNELMAPW_INTERFACE Interface_ID(0x74f93c16, 0x1eb34501) |
Definition at line 24 of file IParticleChannelMap.h.
#define GetParticleChannelMapRInterface | ( | obj | ) | ((IParticleChannelMapR*)obj->GetInterface(PARTICLECHANNELMAPR_INTERFACE)) |
Definition at line 26 of file IParticleChannelMap.h.
#define GetParticleChannelMapWInterface | ( | obj | ) | ((IParticleChannelMapW*)obj->GetInterface(PARTICLECHANNELMAPW_INTERFACE)) |
Definition at line 27 of file IParticleChannelMap.h.