#ifndef _smoothfalloffnode_h_
#define _smoothfalloffnode_h_
#include <maya/MPxNode.h>
#include <maya/MTypeId.h>
class SmoothFalloffNode :
public MPxNode
{
public:
static void* creator();
SmoothFalloffNode();
~SmoothFalloffNode() override;
private:
};
#endif