C++ API Reference
MBufferIdentifier Class Reference

identifier for weight buffer More...

#include <MFnFalloffData.h>

Public Member Functions

 MBufferIdentifier (MPxNode *source, unsigned int layerId=0)
 MBufferIdentifier constructor. More...
 

Detailed Description

identifier for weight buffer

An MBufferIdentifier form a unique identifier for a weight buffer. It can be form with an MpxNode* and a layerId to be able to provide more than one layer per node.

Examples:
exampleFalloff/smoothFalloffNode.cpp.

Constructor & Destructor Documentation

MBufferIdentifier ( MPxNode source,
unsigned int  layerId = 0 
)

MBufferIdentifier constructor.

Together source & layerId represent a unique buffer for the targeted geometry. layerId can be the multiIndex of the falloff data if the node is having a multi of falloff data.

Parameters
[in]sourcefor this buffer
[in]layerIdfor this buffer

The documentation for this class was generated from the following files: