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

#ifndef NATIVE_EXTENSION_VTK_VTKCELLPICKERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKCELLPICKERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkCellPicker.h>

#include "vtkPickerWrap.h"
#include "../../plus/plus.h"

class VtkCellPickerWrap : public VtkPickerWrap
{
	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);

		VtkCellPickerWrap(vtkSmartPointer<vtkCellPicker>);
		VtkCellPickerWrap();
		~VtkCellPickerWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void AddLocator(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCellIJK(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClippingPlaneId(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMapperNormal(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPCoords(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPickClippingPlanes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPickNormal(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPickTextureData(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPointIJK(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSubId(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTexture(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetUseVolumeGradientOpacity(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVolumeOpacityIsovalue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IsA(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void Pick(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void PickClippingPlanesOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void PickClippingPlanesOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void PickTextureDataOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void PickTextureDataOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveAllLocators(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveLocator(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPickClippingPlanes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPickTextureData(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetUseVolumeGradientOpacity(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetVolumeOpacityIsovalue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseVolumeGradientOpacityOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseVolumeGradientOpacityOn(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKCELLPICKERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKCELLPICKERWRAP_CLASSDEF
#endif
};

#endif
