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

#ifndef NATIVE_EXTENSION_VTK_VTKMPASREADERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKMPASREADERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkMPASReader.h>

#include "vtkUnstructuredGridAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkMPASReaderWrap : public VtkUnstructuredGridAlgorithmWrap
{
	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);

		VtkMPASReaderWrap(vtkSmartPointer<vtkMPASReader>);
		VtkMPASReaderWrap();
		~VtkMPASReaderWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void CanReadFile(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DisableAllCellArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DisableAllPointArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void EnableAllCellArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void EnableAllPointArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAllDimensions(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCellArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCellArrayStatus(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCenterLonRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetIsAtmosphere(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetIsZeroCentered(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLayerThickness(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLayerThicknessRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMaximumCells(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMaximumPoints(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfCellArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfCellVars(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfDimensions(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfPointArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfPointVars(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOutput(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPointArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPointArrayStatus(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetProjectLatLon(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetShowMultilayerView(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetUseDimensionedArrayNames(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVerticalLevel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVerticalLevelRange(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 SetCellArrayStatus(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCenterLon(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetIsAtmosphere(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetIsZeroCentered(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLayerThickness(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPointArrayStatus(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetProjectLatLon(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetShowMultilayerView(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetUseDimensionedArrayNames(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetVerticalLevel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseDimensionedArrayNamesOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseDimensionedArrayNamesOn(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKMPASREADERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKMPASREADERWRAP_CLASSDEF
#endif
};

#endif
