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

#ifndef NATIVE_EXTENSION_VTK_VTKLEADERACTOR2DWRAP_H
#define NATIVE_EXTENSION_VTK_VTKLEADERACTOR2DWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkLeaderActor2D.h>

#include "vtkActor2DWrap.h"
#include "../../plus/plus.h"

class VtkLeaderActor2DWrap : public VtkActor2DWrap
{
	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);

		VtkLeaderActor2DWrap(vtkSmartPointer<vtkLeaderActor2D>);
		VtkLeaderActor2DWrap();
		~VtkLeaderActor2DWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void AutoLabelOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AutoLabelOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrowLength(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrowLengthMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrowLengthMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrowPlacement(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrowPlacementMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrowPlacementMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrowStyle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrowStyleMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrowStyleMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrowWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrowWidthMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrowWidthMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAutoLabel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelFactor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelFactorMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelFactorMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelFormat(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelTextProperty(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLength(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMaximumArrowSize(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMaximumArrowSizeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMaximumArrowSizeMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMinimumArrowSize(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMinimumArrowSizeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMinimumArrowSizeMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void HasTranslucentPolygonalGeometry(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 ReleaseGraphicsResources(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RenderOpaqueGeometry(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RenderOverlay(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RenderTranslucentPolygonalGeometry(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrowLength(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrowPlacement(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrowPlacementToBoth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrowPlacementToNone(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrowPlacementToPoint1(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrowPlacementToPoint2(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrowStyle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrowStyleToFilled(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrowStyleToHollow(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrowStyleToOpen(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrowWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAutoLabel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelFactor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelFormat(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelTextProperty(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMaximumArrowSize(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMinimumArrowSize(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ShallowCopy(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKLEADERACTOR2DWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKLEADERACTOR2DWRAP_CLASSDEF
#endif
};

#endif
