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

#ifndef NATIVE_EXTENSION_VTK_VTKPRESAMPLEFILTERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKPRESAMPLEFILTERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkPResampleFilter.h>

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

class VtkPResampleFilterWrap : 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);

		VtkPResampleFilterWrap(vtkSmartPointer<vtkPResampleFilter>);
		VtkPResampleFilterWrap();
		~VtkPResampleFilterWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetController(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCustomSamplingBounds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSamplingDimension(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetUseInputBounds(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 SetController(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCustomSamplingBounds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSamplingDimension(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetUseInputBounds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseInputBoundsOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseInputBoundsOn(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKPRESAMPLEFILTERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKPRESAMPLEFILTERWRAP_CLASSDEF
#endif
};

#endif
