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

#ifndef NATIVE_EXTENSION_VTK_VTKSECTORSOURCEWRAP_H
#define NATIVE_EXTENSION_VTK_VTKSECTORSOURCEWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkSectorSource.h>

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

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

		VtkSectorSourceWrap(vtkSmartPointer<vtkSectorSource>);
		VtkSectorSourceWrap();
		~VtkSectorSourceWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetCircumferentialResolution(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCircumferentialResolutionMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCircumferentialResolutionMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetEndAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetEndAngleMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetEndAngleMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInnerRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInnerRadiusMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInnerRadiusMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOuterRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOuterRadiusMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOuterRadiusMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRadialResolution(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRadialResolutionMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRadialResolutionMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetStartAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetStartAngleMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetStartAngleMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetZCoord(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetZCoordMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetZCoordMinValue(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 SetCircumferentialResolution(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetEndAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInnerRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetOuterRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRadialResolution(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetStartAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetZCoord(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKSECTORSOURCEWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKSECTORSOURCEWRAP_CLASSDEF
#endif
};

#endif
