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

#ifndef NATIVE_EXTENSION_VTK_VTKEUCLIDEANCLUSTEREXTRACTIONWRAP_H
#define NATIVE_EXTENSION_VTK_VTKEUCLIDEANCLUSTEREXTRACTIONWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkEuclideanClusterExtraction.h>

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

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

		VtkEuclideanClusterExtractionWrap(vtkSmartPointer<vtkEuclideanClusterExtraction>);
		VtkEuclideanClusterExtractionWrap();
		~VtkEuclideanClusterExtractionWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void AddSpecifiedCluster(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ColorClustersOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ColorClustersOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DeleteSpecifiedCluster(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClosestPoint(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetColorClusters(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 GetExtractionModeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetExtractionModeMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLocator(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfExtractedClusters(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRadiusMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRadiusMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarConnectivity(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void InitializeSeedList(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void InitializeSpecifiedClusterList(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 ScalarConnectivityOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ScalarConnectivityOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetClosestPoint(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColorClusters(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionMode(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionModeToAllClusters(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionModeToClosestPointCluster(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionModeToLargestCluster(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionModeToPointSeededClusters(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionModeToSpecifiedClusters(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLocator(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScalarConnectivity(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScalarRange(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKEUCLIDEANCLUSTEREXTRACTIONWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKEUCLIDEANCLUSTEREXTRACTIONWRAP_CLASSDEF
#endif
};

#endif
