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

#ifndef NATIVE_EXTENSION_VTK_VTKSPHERETREEFILTERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKSPHERETREEFILTERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkSphereTreeFilter.h>

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

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

		VtkSphereTreeFilterWrap(vtkSmartPointer<vtkSphereTreeFilter>);
		VtkSphereTreeFilterWrap();
		~VtkSphereTreeFilterWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetExtractionMode(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetExtractionModeAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLevel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLevelMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLevelMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNormal(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPoint(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRay(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSphereTree(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTreeHierarchy(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 SetExtractionMode(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionModeToLevels(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionModeToLine(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionModeToPlane(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionModeToPoint(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLevel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetNormal(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPoint(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRay(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSphereTree(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTreeHierarchy(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void TreeHierarchyOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void TreeHierarchyOn(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKSPHERETREEFILTERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKSPHERETREEFILTERWRAP_CLASSDEF
#endif
};

#endif
