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

#include <nan.h>

#include "vtkDepthImageToPointCloudWrap.h"
#include "vtkImageResliceMapperWrap.h"
#include "vtkImageSliceCollectionWrap.h"
#include "vtkImageStackWrap.h"

using namespace v8;

extern void vtkRenderingImageNodeJsInit( v8::Local<v8::Object> exports )
{
	VtkDepthImageToPointCloudWrap::Init( exports );
	VtkImageResliceMapperWrap::Init( exports );
	VtkImageSliceCollectionWrap::Init( exports );
	VtkImageStackWrap::Init( exports );
}

