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

#ifndef NATIVE_EXTENSION_VTK_VTKFUNCTIONPARSERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKFUNCTIONPARSERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkFunctionParser.h>

#include "vtkObjectWrap.h"
#include "../../plus/plus.h"

class VtkFunctionParserWrap : public VtkObjectWrap
{
	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);

		VtkFunctionParserWrap(vtkSmartPointer<vtkFunctionParser>);
		VtkFunctionParserWrap();
		~VtkFunctionParserWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetFunction(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfScalarVariables(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfVectorVariables(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetReplaceInvalidValues(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetReplacementValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarResult(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarVariableIndex(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarVariableName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarVariableNeeded(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarVariableValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVectorResult(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVectorVariableIndex(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVectorVariableName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVectorVariableNeeded(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVectorVariableValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void InvalidateFunction(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IsScalarResult(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IsVectorResult(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveAllVariables(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveScalarVariables(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveVectorVariables(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReplaceInvalidValuesOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReplaceInvalidValuesOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetFunction(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetReplaceInvalidValues(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetReplacementValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScalarVariableValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetVectorVariableValue(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKFUNCTIONPARSERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKFUNCTIONPARSERWRAP_CLASSDEF
#endif
};

#endif
