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

#ifndef NATIVE_EXTENSION_VTK_VTKHYPERTREEGRIDAXISCLIPWRAP_H
#define NATIVE_EXTENSION_VTK_VTKHYPERTREEGRIDAXISCLIPWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkHyperTreeGridAxisClip.h>

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

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

		VtkHyperTreeGridAxisClipWrap(vtkSmartPointer<vtkHyperTreeGridAxisClip>);
		VtkHyperTreeGridAxisClipWrap();
		~VtkHyperTreeGridAxisClipWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetBounds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClipType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClipTypeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClipTypeMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInsideOut(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMaximumBounds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMinimumBounds(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 GetQuadric(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetQuadricCoefficients(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void InsideOutOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void InsideOutOn(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 SetBounds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetClipType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetClipTypeToBox(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetClipTypeToPlane(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetClipTypeToQuadric(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInsideOut(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPlaneNormalAxis(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPlanePosition(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetQuadric(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetQuadricCoefficients(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKHYPERTREEGRIDAXISCLIPWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKHYPERTREEGRIDAXISCLIPWRAP_CLASSDEF
#endif
};

#endif
