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

#ifndef NATIVE_EXTENSION_VTK_VTKIMAGECONNECTIVITYFILTERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKIMAGECONNECTIVITYFILTERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkImageConnectivityFilter.h>

#include "vtkImageAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkImageConnectivityFilterWrap : public VtkImageAlgorithmWrap
{
	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);

		VtkImageConnectivityFilterWrap(vtkSmartPointer<vtkImageConnectivityFilter>);
		VtkImageConnectivityFilterWrap();
		~VtkImageConnectivityFilterWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GenerateRegionExtentsOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GenerateRegionExtentsOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetActiveComponent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetExtractedRegionExtents(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetExtractedRegionLabels(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetExtractedRegionSeedIds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetExtractedRegionSizes(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 GetGenerateRegionExtents(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelConstantValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelMode(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelModeAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelScalarType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelScalarTypeAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSeedConnection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetStencilConnection(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 SetActiveComponent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionMode(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionModeToAllRegions(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionModeToLargestRegion(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtractionModeToSeededRegions(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGenerateRegionExtents(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelConstantValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelMode(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelModeToConstantValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelModeToSeedScalar(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelModeToSizeRank(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelScalarType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelScalarTypeToInt(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelScalarTypeToShort(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelScalarTypeToUnsignedChar(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelScalarTypeToUnsignedShort(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScalarRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSeedConnection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSeedData(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetStencilConnection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetStencilData(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKIMAGECONNECTIVITYFILTERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKIMAGECONNECTIVITYFILTERWRAP_CLASSDEF
#endif
};

#endif
