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

#ifndef NATIVE_EXTENSION_VTK_VTKAFFINEREPRESENTATION2DWRAP_H
#define NATIVE_EXTENSION_VTK_VTKAFFINEREPRESENTATION2DWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkAffineRepresentation2D.h>

#include "vtkAffineRepresentationWrap.h"
#include "../../plus/plus.h"

class VtkAffineRepresentation2DWrap : public VtkAffineRepresentationWrap
{
	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);

		VtkAffineRepresentation2DWrap(vtkSmartPointer<vtkAffineRepresentation2D>);
		VtkAffineRepresentation2DWrap();
		~VtkAffineRepresentation2DWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void BuildRepresentation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ComputeInteractionState(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DisplayTextOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DisplayTextOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void EndWidgetInteraction(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetActors2D(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAxesWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAxesWidthMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAxesWidthMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBoxWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBoxWidthMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBoxWidthMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCircleWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCircleWidthMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCircleWidthMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDisplayText(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetProperty(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSelectedProperty(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTextProperty(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTransform(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 PlaceWidget(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReleaseGraphicsResources(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RenderOverlay(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAxesWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetBoxWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCircleWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDisplayText(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetProperty(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSelectedProperty(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTextProperty(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ShallowCopy(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void StartWidgetInteraction(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void WidgetInteraction(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKAFFINEREPRESENTATION2DWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKAFFINEREPRESENTATION2DWRAP_CLASSDEF
#endif
};

#endif
