3ds Max C++ API Reference
IParticleChannelMeshMap.h File Reference

Channel-generic interface for particle channels that store data in "mesh map" form The channel store a set of MeshMapChannels. More...

#include "PFExport.h"
#include "../ifnpub.h"
#include "IParticleChannelMap.h"

Classes

class  IParticleChannelMeshMapR
 
class  IParticleChannelMeshMapW
 

Macros

#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))
 

Detailed Description

Channel-generic interface for particle channels that store data in "mesh map" form The channel store a set of MeshMapChannels.

Macro Definition Documentation

◆ PARTICLECHANNELMESHMAPR_INTERFACE

#define PARTICLECHANNELMESHMAPR_INTERFACE   Interface_ID(0x74f93c17, 0x1eb34500)

◆ PARTICLECHANNELMESHMAPW_INTERFACE

#define PARTICLECHANNELMESHMAPW_INTERFACE   Interface_ID(0x74f93c17, 0x1eb34501)

◆ GetParticleChannelMeshMapRInterface

#define GetParticleChannelMeshMapRInterface (   obj)    ((IParticleChannelMeshMapR*)obj->GetInterface(PARTICLECHANNELMESHMAPR_INTERFACE))

◆ GetParticleChannelMeshMapWInterface

#define GetParticleChannelMeshMapWInterface (   obj)    ((IParticleChannelMeshMapW*)obj->GetInterface(PARTICLECHANNELMESHMAPW_INTERFACE))