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

#ifndef NATIVE_EXTENSION_VTK_VTKSTRUCTUREDGRIDCONNECTIVITYWRAP_H
#define NATIVE_EXTENSION_VTK_VTKSTRUCTUREDGRIDCONNECTIVITYWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkStructuredGridConnectivity.h>

#include "vtkAbstractGridConnectivityWrap.h"
#include "../../plus/plus.h"

class VtkStructuredGridConnectivityWrap : public VtkAbstractGridConnectivityWrap
{
	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);

		VtkStructuredGridConnectivityWrap(vtkSmartPointer<vtkStructuredGridConnectivity>);
		VtkStructuredGridConnectivityWrap();
		~VtkStructuredGridConnectivityWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void ComputeNeighbors(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CreateGhostLayers(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void FillGhostArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDataDimension(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGhostedGridExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGridExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfNeighbors(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWholeExtent(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 RegisterGrid(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGhostedGridExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetNumberOfGrids(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetWholeExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKSTRUCTUREDGRIDCONNECTIVITYWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKSTRUCTUREDGRIDCONNECTIVITYWRAP_CLASSDEF
#endif
};

#endif
