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

#ifndef NATIVE_EXTENSION_VTK_VTKTRANSFORMTOGRIDWRAP_H
#define NATIVE_EXTENSION_VTK_VTKTRANSFORMTOGRIDWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkTransformToGrid.h>

#include "vtkAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkTransformToGridWrap : public VtkAlgorithmWrap
{
	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);

		VtkTransformToGridWrap(vtkSmartPointer<vtkTransformToGrid>);
		VtkTransformToGridWrap();
		~VtkTransformToGridWrap( );
		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 GetDisplacementScale(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDisplacementShift(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGridExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGridOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGridScalarType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGridSpacing(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInput(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOutput(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 SetGridExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGridOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGridScalarType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGridScalarTypeToChar(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGridScalarTypeToDouble(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGridScalarTypeToFloat(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGridScalarTypeToShort(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGridScalarTypeToUnsignedChar(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGridScalarTypeToUnsignedShort(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGridSpacing(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInput(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKTRANSFORMTOGRIDWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKTRANSFORMTOGRIDWRAP_CLASSDEF
#endif
};

#endif
