Channel-generic interface for particle channels that store data in "mesh map" form The channel store a set of MeshMapChannels. More...
Go to the source code of this file.
Classes |
|
| class | IParticleChannelMeshMapR |
| class | IParticleChannelMeshMapW |
Defines |
|
| #define | PARTICLECHANNELMESHMAPR_INTERFACE Interface_ID(0x74f93c17, 0x1eb34500) |
| #define | PARTICLECHANNELMESHMAPW_INTERFACE Interface_ID(0x74f93c17, 0x1eb34501) |
| #define | GetParticleChannelMeshMapRInterface(obj) ((IParticleChannelMeshMapR*)obj->GetInterface(PARTICLECHANNELMESHMAPR_INTERFACE)) |
| #define | GetParticleChannelMeshMapWInterface(obj) ((IParticleChannelMeshMapW*)obj->GetInterface(PARTICLECHANNELMESHMAPW_INTERFACE)) |
Channel-generic interface for particle channels that store data in "mesh map" form The channel store a set of MeshMapChannels.
Definition in file IParticleChannelMeshMap.h.
| #define PARTICLECHANNELMESHMAPR_INTERFACE Interface_ID(0x74f93c17, 0x1eb34500) |
Definition at line 23 of file IParticleChannelMeshMap.h.
| #define PARTICLECHANNELMESHMAPW_INTERFACE Interface_ID(0x74f93c17, 0x1eb34501) |
Definition at line 24 of file IParticleChannelMeshMap.h.
| #define GetParticleChannelMeshMapRInterface | ( | obj | ) | ((IParticleChannelMeshMapR*)obj->GetInterface(PARTICLECHANNELMESHMAPR_INTERFACE)) |
Definition at line 26 of file IParticleChannelMeshMap.h.
| #define GetParticleChannelMeshMapWInterface | ( | obj | ) | ((IParticleChannelMeshMapW*)obj->GetInterface(PARTICLECHANNELMESHMAPW_INTERFACE)) |
Definition at line 27 of file IParticleChannelMeshMap.h.