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

#ifndef NATIVE_EXTENSION_VTK_VTKSELECTIONSOURCEWRAP_H
#define NATIVE_EXTENSION_VTK_VTKSELECTIONSOURCEWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkSelectionSource.h>

#include "vtkSelectionAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkSelectionSourceWrap : public VtkSelectionAlgorithmWrap
{
	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);

		VtkSelectionSourceWrap(vtkSmartPointer<vtkSelectionSource>);
		VtkSelectionSourceWrap();
		~VtkSelectionSourceWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void AddLocation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AddThreshold(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrayComponent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCompositeIndex(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetContainingCells(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetContentType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetFieldType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetHierarchicalIndex(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetHierarchicalLevel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInverse(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetQueryString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveAllBlocks(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveAllIDs(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveAllLocations(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveAllStringIDs(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveAllThresholds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrayComponent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCompositeIndex(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetContainingCells(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetContentType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetFieldType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetHierarchicalIndex(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetHierarchicalLevel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInverse(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetQueryString(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKSELECTIONSOURCEWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKSELECTIONSOURCEWRAP_CLASSDEF
#endif
};

#endif
