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

#ifndef NATIVE_EXTENSION_VTK_VTKHARDWARESELECTORWRAP_H
#define NATIVE_EXTENSION_VTK_VTKHARDWARESELECTORWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkHardwareSelector.h>

#include "vtkObjectWrap.h"
#include "../../plus/plus.h"

class VtkHardwareSelectorWrap : public VtkObjectWrap
{
	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);

		VtkHardwareSelectorWrap(vtkSmartPointer<vtkHardwareSelector>);
		VtkHardwareSelectorWrap();
		~VtkHardwareSelectorWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void BeginRenderProp(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CaptureBuffers(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ClearBuffers(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void Convert(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void EndRenderProp(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GenerateSelection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArea(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCurrentPass(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetFieldAssociation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetProcessID(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPropColorValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPropFromID(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRenderer(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetUseProcessIdFromData(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RenderCompositeIndex(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RenderProcessId(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void Select(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArea(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetFieldAssociation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetProcessID(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPropColorValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRenderer(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetUseProcessIdFromData(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKHARDWARESELECTORWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKHARDWARESELECTORWRAP_CLASSDEF
#endif
};

#endif
