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

#ifndef NATIVE_EXTENSION_VTK_VTKHANDLEREPRESENTATIONWRAP_H
#define NATIVE_EXTENSION_VTK_VTKHANDLEREPRESENTATIONWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkHandleRepresentation.h>

#include "vtkWidgetRepresentationWrap.h"
#include "../../plus/plus.h"

class VtkHandleRepresentationWrap : public VtkWidgetRepresentationWrap
{
	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);

		VtkHandleRepresentationWrap(vtkSmartPointer<vtkHandleRepresentation>);
		VtkHandleRepresentationWrap();
		~VtkHandleRepresentationWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void ActiveRepresentationOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ActiveRepresentationOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CheckConstraint(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ConstrainedOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ConstrainedOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DeepCopy(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetActiveRepresentation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetConstrained(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDisplayPosition(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInteractionStateMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInteractionStateMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPointPlacer(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTolerance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetToleranceMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetToleranceMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWorldPosition(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 SetActiveRepresentation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetConstrained(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDisplayPosition(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInteractionState(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPointPlacer(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRenderer(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTolerance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetWorldPosition(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ShallowCopy(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKHANDLEREPRESENTATIONWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKHANDLEREPRESENTATIONWRAP_CLASSDEF
#endif
};

#endif
