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

#ifndef NATIVE_EXTENSION_VTK_VTKIMAGEACCUMULATEWRAP_H
#define NATIVE_EXTENSION_VTK_VTKIMAGEACCUMULATEWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkImageAccumulate.h>

#include "vtkImageAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkImageAccumulateWrap : public VtkImageAlgorithmWrap
{
	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);

		VtkImageAccumulateWrap(vtkSmartPointer<vtkImageAccumulate>);
		VtkImageAccumulateWrap();
		~VtkImageAccumulateWrap( );
		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 GetComponentExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetComponentOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetComponentSpacing(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetIgnoreZero(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetIgnoreZeroMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetIgnoreZeroMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMax(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMean(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetReverseStencil(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetReverseStencilMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetReverseStencilMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetStandardDeviation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetStencil(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IgnoreZeroOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IgnoreZeroOn(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 ReverseStencilOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReverseStencilOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetComponentExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetComponentOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetComponentSpacing(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetIgnoreZero(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetReverseStencil(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetStencilData(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKIMAGEACCUMULATEWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKIMAGEACCUMULATEWRAP_CLASSDEF
#endif
};

#endif
