/* this file has been autogenerated by vtkNodeJsWrapInit */
/* editing this might proof futile */

#include <nan.h>

#include "vtkSMPContourGridWrap.h"
#include "vtkSMPMergePointsWrap.h"
#include "vtkSMPContourGridManyPiecesWrap.h"
#include "vtkThreadedSynchronizedTemplates3DWrap.h"
#include "vtkThreadedSynchronizedTemplatesCutter3DWrap.h"
#include "vtkSMPTransformWrap.h"
#include "vtkSMPWarpVectorWrap.h"

using namespace v8;

extern void vtkFiltersSMPNodeJsInit( v8::Local<v8::Object> exports )
{
	VtkSMPContourGridWrap::Init( exports );
	VtkSMPMergePointsWrap::Init( exports );
	VtkSMPContourGridManyPiecesWrap::Init( exports );
	VtkThreadedSynchronizedTemplates3DWrap::Init( exports );
	VtkThreadedSynchronizedTemplatesCutter3DWrap::Init( exports );
	VtkSMPTransformWrap::Init( exports );
	VtkSMPWarpVectorWrap::Init( exports );
}

