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

#include <nan.h>

#include "vtkImageDivergenceWrap.h"
#include "vtkImageDotProductWrap.h"
#include "vtkImageLogarithmicScaleWrap.h"
#include "vtkImageLogicWrap.h"
#include "vtkImageMagnitudeWrap.h"
#include "vtkImageMaskBitsWrap.h"
#include "vtkImageMathematicsWrap.h"
#include "vtkImageWeightedSumWrap.h"

using namespace v8;

extern void vtkImagingMathNodeJsInit( v8::Local<v8::Object> exports )
{
	VtkImageDivergenceWrap::Init( exports );
	VtkImageDotProductWrap::Init( exports );
	VtkImageLogarithmicScaleWrap::Init( exports );
	VtkImageLogicWrap::Init( exports );
	VtkImageMagnitudeWrap::Init( exports );
	VtkImageMaskBitsWrap::Init( exports );
	VtkImageMathematicsWrap::Init( exports );
	VtkImageWeightedSumWrap::Init( exports );
}

