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

#ifndef NATIVE_EXTENSION_VTK_VTKGLYPHSOURCE2DWRAP_H
#define NATIVE_EXTENSION_VTK_VTKGLYPHSOURCE2DWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkGlyphSource2D.h>

#include "vtkPolyDataAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkGlyphSource2DWrap : public VtkPolyDataAlgorithmWrap
{
	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);

		VtkGlyphSource2DWrap(vtkSmartPointer<vtkGlyphSource2D>);
		VtkGlyphSource2DWrap();
		~VtkGlyphSource2DWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void CrossOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CrossOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DashOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DashOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void FilledOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void FilledOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCenter(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 GetCross(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDash(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetFilled(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGlyphType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGlyphTypeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGlyphTypeMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOutputPointsPrecision(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetResolution(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetResolutionMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetResolutionMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRotationAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScale(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScale2(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScale2MaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScale2MinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScaleMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScaleMinValue(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 SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCenter(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCross(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDash(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetFilled(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToArrow(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToCircle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToCross(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToDash(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToDiamond(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToEdgeArrow(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToHookedArrow(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToNone(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToSquare(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToThickArrow(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToThickCross(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToTriangle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGlyphTypeToVertex(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetOutputPointsPrecision(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetResolution(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRotationAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScale(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScale2(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKGLYPHSOURCE2DWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKGLYPHSOURCE2DWRAP_CLASSDEF
#endif
};

#endif
