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

#ifndef NATIVE_EXTENSION_VTK_VTKGENERICSTREAMTRACERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKGENERICSTREAMTRACERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkGenericStreamTracer.h>

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

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

		VtkGenericStreamTracerWrap(vtkSmartPointer<vtkGenericStreamTracer>);
		VtkGenericStreamTracerWrap();
		~VtkGenericStreamTracerWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void AddInputData(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ComputeVorticityOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ComputeVorticityOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void FillInputPortInformation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(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 GetInitialIntegrationStepUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInputVectorsSelection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetIntegrationDirection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetIntegrationDirectionMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetIntegrationDirectionMinValue(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 GetMaximumError(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMaximumIntegrationStep(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMaximumIntegrationStepUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMaximumPropagation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMaximumPropagationUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMinimumIntegrationStep(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMinimumIntegrationStepUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRotationScale(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSource(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 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 SelectInputVectors(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 SetInitialIntegrationStepUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInitialIntegrationStepUnitToCellLengthUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInitialIntegrationStepUnitToLengthUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInitialIntegrationStepUnitToTimeUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetIntegrationDirection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetIntegrationDirectionToBackward(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetIntegrationDirectionToBoth(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetIntegrationDirectionToForward(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 SetIntegratorTypeToRungeKutta45(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInterpolatorPrototype(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMaximumError(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMaximumIntegrationStep(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMaximumIntegrationStepUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMaximumIntegrationStepUnitToCellLengthUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMaximumIntegrationStepUnitToLengthUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMaximumIntegrationStepUnitToTimeUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMaximumPropagation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMaximumPropagationUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMaximumPropagationUnitToCellLengthUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMaximumPropagationUnitToLengthUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMaximumPropagationUnitToTimeUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMinimumIntegrationStep(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMinimumIntegrationStepUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMinimumIntegrationStepUnitToCellLengthUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMinimumIntegrationStepUnitToLengthUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMinimumIntegrationStepUnitToTimeUnit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRotationScale(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSourceConnection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSourceData(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_VTKGENERICSTREAMTRACERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKGENERICSTREAMTRACERWRAP_CLASSDEF
#endif
};

#endif
