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

#ifndef NATIVE_EXTENSION_VTK_VTKIMAGECONVOLVEWRAP_H
#define NATIVE_EXTENSION_VTK_VTKIMAGECONVOLVEWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkImageConvolve.h>

#include "vtkThreadedImageAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkImageConvolveWrap : public VtkThreadedImageAlgorithmWrap
{
	public:
		using Nan::ObjectWrap::Wrap;
		static void Init(v8::Local<v8::Object> exports);
		static void InitPtpl();
		static void ConstructorGetter(
			v8::Local<v8::String> property,
			const Nan::PropertyCallbackInfo<v8::Value>& info);

		VtkImageConvolveWrap(vtkSmartPointer<vtkImageConvolve>);
		VtkImageConvolveWrap();
		~VtkImageConvolveWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

	private:
		static void New(const Nan::FunctionCallbackInfo<v8::Value>& info);

		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetKernel3x3(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetKernel3x3x3(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetKernel5x5(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetKernel5x5x5(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetKernel7x7(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetKernel7x7x7(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetKernelSize(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IsA(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetKernel3x3(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetKernel3x3x3(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetKernel5x5(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetKernel5x5x5(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetKernel7x7(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetKernel7x7x7(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKIMAGECONVOLVEWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKIMAGECONVOLVEWRAP_CLASSDEF
#endif
};

#endif
