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

#ifndef NATIVE_EXTENSION_VTK_VTKPROPERTY2DWRAP_H
#define NATIVE_EXTENSION_VTK_VTKPROPERTY2DWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkProperty2D.h>

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

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

		VtkProperty2DWrap(vtkSmartPointer<vtkProperty2D>);
		VtkProperty2DWrap();
		~VtkProperty2DWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void DeepCopy(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDisplayLocation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDisplayLocationMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDisplayLocationMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLineStipplePattern(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLineStippleRepeatFactor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLineStippleRepeatFactorMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLineStippleRepeatFactorMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLineWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLineWidthMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLineWidthMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOpacity(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPointSize(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPointSizeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPointSizeMinValue(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 Render(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDisplayLocation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDisplayLocationToBackground(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDisplayLocationToForeground(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLineStipplePattern(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLineStippleRepeatFactor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLineWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetOpacity(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPointSize(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKPROPERTY2DWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKPROPERTY2DWRAP_CLASSDEF
#endif
};

#endif
