MetadataSample/tweakMetadataNode.h
#include <maya/MPxNode.h>
class tweakMetadataNode :
public MPxNode
{
public:
tweakMetadataNode ();
virtual ~tweakMetadataNode ();
static void* creator ();
static const char* nodeName ();
enum eOpTypes { kOpNone, kOpRandomize, kOpFill, kOpDouble };
public:
private:
};