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

#ifndef NATIVE_EXTENSION_VTK_VTKLAGRANGIANBASICINTEGRATIONMODELWRAP_H
#define NATIVE_EXTENSION_VTK_VTKLAGRANGIANBASICINTEGRATIONMODELWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkLagrangianBasicIntegrationModel.h>

#include "vtkFunctionSetWrap.h"
#include "../../plus/plus.h"

class VtkLagrangianBasicIntegrationModelWrap : public VtkFunctionSetWrap
{
	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);

		VtkLagrangianBasicIntegrationModelWrap(vtkSmartPointer<vtkLagrangianBasicIntegrationModel>);
		VtkLagrangianBasicIntegrationModelWrap();
		~VtkLagrangianBasicIntegrationModelWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void AddDataSet(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ClearDataSets(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void FinalizeOutputs(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLocator(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLocatorsBuilt(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNonPlanarQuadSupport(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSeedArray(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSeedArrayComps(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSeedArrayNames(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSeedArrayTypes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSurfaceArrayComps(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSurfaceArrayDefaultValues(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSurfaceArrayEnumValues(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSurfaceArrayNames(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSurfaceArrayTypes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTolerance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetUseInitialIntegrationTime(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWeightsSize(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void InitializeVariablesParticleData(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NonPlanarQuadSupportOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NonPlanarQuadSupportOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInputArrayToProcess(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLocator(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLocatorsBuilt(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetNonPlanarQuadSupport(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTracker(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetUseInitialIntegrationTime(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseInitialIntegrationTimeOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseInitialIntegrationTimeOn(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKLAGRANGIANBASICINTEGRATIONMODELWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKLAGRANGIANBASICINTEGRATIONMODELWRAP_CLASSDEF
#endif
};

#endif
