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

#ifndef NATIVE_EXTENSION_VTK_VTKCONTOURLOOPEXTRACTIONWRAP_H
#define NATIVE_EXTENSION_VTK_VTKCONTOURLOOPEXTRACTIONWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkContourLoopExtraction.h>

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

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

		VtkContourLoopExtractionWrap(vtkSmartPointer<vtkContourLoopExtraction>);
		VtkContourLoopExtractionWrap();
		~VtkContourLoopExtractionWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetLoopClosure(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLoopClosureAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLoopClosureMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLoopClosureMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNormal(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarThresholding(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 ScalarThresholdingOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ScalarThresholdingOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLoopClosure(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLoopClosureToAll(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLoopClosureToBoundary(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLoopClosureToOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetNormal(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScalarRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScalarThresholding(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKCONTOURLOOPEXTRACTIONWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKCONTOURLOOPEXTRACTIONWRAP_CLASSDEF
#endif
};

#endif
