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

#ifndef NATIVE_EXTENSION_VTK_VTKSLACREADERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKSLACREADERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkSLACReader.h>

#include "vtkMultiBlockDataSetAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkSLACReaderWrap : public VtkMultiBlockDataSetAlgorithmWrap
{
	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);

		VtkSLACReaderWrap(vtkSmartPointer<vtkSLACReader>);
		VtkSLACReaderWrap();
		~VtkSLACReaderWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void AddModeFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CanReadFile(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetFrequencyScales(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMeshFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetModeFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfModeFileNames(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfVariableArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPhaseShifts(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetReadExternalSurface(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetReadInternalVolume(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetReadMidpoints(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVariableArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVariableArrayStatus(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IS_EXTERNAL_SURFACE(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IS_INTERNAL_VOLUME(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void POINTS(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void POINT_DATA(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReadExternalSurfaceOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReadExternalSurfaceOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReadInternalVolumeOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReadInternalVolumeOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReadMidpointsOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReadMidpointsOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveAllModeFileNames(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ResetFrequencyScales(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ResetPhaseShifts(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetFrequencyScale(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetMeshFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPhaseShift(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetReadExternalSurface(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetReadInternalVolume(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetReadMidpoints(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetVariableArrayStatus(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKSLACREADERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKSLACREADERWRAP_CLASSDEF
#endif
};

#endif
