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

#ifndef NATIVE_EXTENSION_VTK_VTKHYPERTREEGRIDAXISCUTWRAP_H
#define NATIVE_EXTENSION_VTK_VTKHYPERTREEGRIDAXISCUTWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkHyperTreeGridAxisCut.h>

#include "vtkHyperTreeGridAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkHyperTreeGridAxisCutWrap : public VtkHyperTreeGridAlgorithmWrap
{
	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);

		VtkHyperTreeGridAxisCutWrap(vtkSmartPointer<vtkHyperTreeGridAxisCut>);
		VtkHyperTreeGridAxisCutWrap();
		~VtkHyperTreeGridAxisCutWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetPlaneNormalAxis(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPlaneNormalAxisMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPlaneNormalAxisMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPlanePosition(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 SetPlaneNormalAxis(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPlanePosition(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKHYPERTREEGRIDAXISCUTWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKHYPERTREEGRIDAXISCUTWRAP_CLASSDEF
#endif
};

#endif
