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

#ifndef NATIVE_EXTENSION_VTK_VTKEVENLYSPACEDSTREAMLINES2DWRAP_H
#define NATIVE_EXTENSION_VTK_VTKEVENLYSPACEDSTREAMLINES2DWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkEvenlySpacedStreamlines2D.h>

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

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

		VtkEvenlySpacedStreamlines2DWrap(vtkSmartPointer<vtkEvenlySpacedStreamlines2D>);
		VtkEvenlySpacedStreamlines2DWrap();
		~VtkEvenlySpacedStreamlines2DWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetClosedLoopMaximumDistance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetComputeVorticity(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInitialIntegrationStep(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetIntegrationStepUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetIntegrator(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetIntegratorType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLoopAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSeparatingDistance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSeparatingDistanceRatio(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetStartPosition(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTerminalSpeed(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 SetClosedLoopMaximumDistance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetComputeVorticity(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInitialIntegrationStep(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetIntegrationStepUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetIntegrator(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetIntegratorType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetIntegratorTypeToRungeKutta2(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetIntegratorTypeToRungeKutta4(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInterpolatorPrototype(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInterpolatorType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInterpolatorTypeToCellLocator(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInterpolatorTypeToDataSetPointLocator(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLoopAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSeparatingDistance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSeparatingDistanceRatio(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetStartPosition(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTerminalSpeed(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKEVENLYSPACEDSTREAMLINES2DWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKEVENLYSPACEDSTREAMLINES2DWRAP_CLASSDEF
#endif
};

#endif
