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

#ifndef NATIVE_EXTENSION_VTK_VTKHULLWRAP_H
#define NATIVE_EXTENSION_VTK_VTKHULLWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkHull.h>

#include "vtkPolyDataAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkHullWrap : public VtkPolyDataAlgorithmWrap
{
	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);

		VtkHullWrap(vtkSmartPointer<vtkHull>);
		VtkHullWrap();
		~VtkHullWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void AddCubeEdgePlanes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AddCubeFacePlanes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AddCubeVertexPlanes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AddPlane(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AddRecursiveSpherePlanes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GenerateHull(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfPlanes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveAllPlanes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPlane(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPlanes(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKHULLWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKHULLWRAP_CLASSDEF
#endif
};

#endif
