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

#ifndef NATIVE_EXTENSION_VTK_VTKPOINTPLACERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKPOINTPLACERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkPointPlacer.h>

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

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

		VtkPointPlacerWrap(vtkSmartPointer<vtkPointPlacer>);
		VtkPointPlacerWrap();
		~VtkPointPlacerWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void ComputeWorldPosition(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPixelTolerance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPixelToleranceMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPixelToleranceMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWorldTolerance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWorldToleranceMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWorldToleranceMinValue(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 SetPixelTolerance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetWorldTolerance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UpdateInternalState(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UpdateWorldPosition(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ValidateDisplayPosition(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ValidateWorldPosition(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKPOINTPLACERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKPOINTPLACERWRAP_CLASSDEF
#endif
};

#endif
