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

#ifndef NATIVE_EXTENSION_VTK_VTKGLOBESOURCEWRAP_H
#define NATIVE_EXTENSION_VTK_VTKGLOBESOURCEWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkGlobeSource.h>

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

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

		VtkGlobeSourceWrap(vtkSmartPointer<vtkGlobeSource>);
		VtkGlobeSourceWrap();
		~VtkGlobeSourceWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void AutoCalculateCurtainHeightOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AutoCalculateCurtainHeightOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAutoCalculateCurtainHeight(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCurtainHeight(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCurtainHeightMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCurtainHeightMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetEndLatitudeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetEndLatitudeMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetEndLongitudeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetEndLongitudeMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLatitudeResolution(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLatitudeResolutionMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLatitudeResolutionMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLongitudeResolution(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLongitudeResolutionMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLongitudeResolutionMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetQuadrilateralTessellation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRadiusMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRadiusMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetStartLatitudeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetStartLatitudeMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetStartLongitudeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetStartLongitudeMinValue(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 QuadrilateralTessellationOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void QuadrilateralTessellationOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAutoCalculateCurtainHeight(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCurtainHeight(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetEndLatitude(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetEndLongitude(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLatitudeResolution(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLongitudeResolution(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetQuadrilateralTessellation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetStartLatitude(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetStartLongitude(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKGLOBESOURCEWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKGLOBESOURCEWRAP_CLASSDEF
#endif
};

#endif
