This reference page is linked to from the following overview topics: Particle Flow SDK Extensions.
ActionList interface for material handling.
Classes |
|
| class | IPFActionListMaterialHolder |
Defines |
|
| #define | PFACTIONLISTMATERIALHOLDER_INTERFACE Interface_ID(0x97009dcf, 0x1eb34500) |
| #define | GetPFActionMaterialHolderInterface(obj) ((IPFActionListMaterialHolder*)((GetPFObject(obj))->GetInterface(PFACTIONLISTMATERIALHOLDER_INTERFACE))) |
Functions |
|
| PFExport Object * | GetPFObject (Object *obj) |
| IPFActionListMaterialHolder * | PFActionListMaterialHolderInterface (Object *obj) |
| IPFActionListMaterialHolder * | PFActionListMaterialHolderInterface (INode *node) |
| #define PFACTIONLISTMATERIALHOLDER_INTERFACE Interface_ID(0x97009dcf, 0x1eb34500) |
| #define GetPFActionMaterialHolderInterface | ( | obj | ) | ((IPFActionListMaterialHolder*)((GetPFObject(obj))->GetInterface(PFACTIONLISTMATERIALHOLDER_INTERFACE))) |
| IPFActionListMaterialHolder * PFActionListMaterialHolderInterface | ( | Object * | obj | ) | [inline] |
{
return ((obj == NULL) ? NULL : GetPFActionMaterialHolderInterface(obj));
};
| IPFActionListMaterialHolder * PFActionListMaterialHolderInterface | ( | INode * | node | ) | [inline] |
{
return ((node == NULL) ? NULL : PFActionListMaterialHolderInterface(node->GetObjectRef()));
};