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

#ifndef NATIVE_EXTENSION_VTK_VTKRIBBONFILTERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKRIBBONFILTERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkRibbonFilter.h>

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

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

		VtkRibbonFilterWrap(vtkSmartPointer<vtkRibbonFilter>);
		VtkRibbonFilterWrap();
		~VtkRibbonFilterWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAngleMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAngleMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDefaultNormal(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGenerateTCoords(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGenerateTCoordsAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGenerateTCoordsMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGenerateTCoordsMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTextureLength(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTextureLengthMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTextureLengthMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetUseDefaultNormal(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVaryWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWidthFactor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWidthMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWidthMinValue(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 SetAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDefaultNormal(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGenerateTCoords(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGenerateTCoordsToNormalizedLength(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGenerateTCoordsToOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGenerateTCoordsToUseLength(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGenerateTCoordsToUseScalars(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTextureLength(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetUseDefaultNormal(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetVaryWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetWidth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetWidthFactor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseDefaultNormalOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseDefaultNormalOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void VaryWidthOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void VaryWidthOn(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKRIBBONFILTERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKRIBBONFILTERWRAP_CLASSDEF
#endif
};

#endif
