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

#ifndef NATIVE_EXTENSION_VTK_VTKTEXTUREMAPTOPLANEWRAP_H
#define NATIVE_EXTENSION_VTK_VTKTEXTUREMAPTOPLANEWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkTextureMapToPlane.h>

#include "vtkDataSetAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkTextureMapToPlaneWrap : public VtkDataSetAlgorithmWrap
{
	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);

		VtkTextureMapToPlaneWrap(vtkSmartPointer<vtkTextureMapToPlane>);
		VtkTextureMapToPlaneWrap();
		~VtkTextureMapToPlaneWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void AutomaticPlaneGenerationOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AutomaticPlaneGenerationOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAutomaticPlaneGeneration(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNormal(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPoint1(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPoint2(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTRange(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 SetAutomaticPlaneGeneration(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetNormal(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPoint1(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPoint2(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTRange(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKTEXTUREMAPTOPLANEWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKTEXTUREMAPTOPLANEWRAP_CLASSDEF
#endif
};

#endif
