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

#ifndef NATIVE_EXTENSION_VTK_VTKCHACOREADERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKCHACOREADERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkChacoReader.h>

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

class VtkChacoReaderWrap : 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);

		VtkChacoReaderWrap(vtkSmartPointer<vtkChacoReader>);
		VtkChacoReaderWrap();
		~VtkChacoReaderWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GenerateEdgeWeightArraysOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GenerateEdgeWeightArraysOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GenerateGlobalElementIdArrayOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GenerateGlobalElementIdArrayOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GenerateGlobalNodeIdArrayOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GenerateGlobalNodeIdArrayOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GenerateVertexWeightArraysOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GenerateVertexWeightArraysOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBaseName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDimensionality(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetEdgeWeightArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGenerateEdgeWeightArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGenerateGlobalElementIdArray(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGenerateGlobalNodeIdArray(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGenerateVertexWeightArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGlobalElementIdArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGlobalNodeIdArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfCellWeightArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfEdgeWeights(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfPointWeightArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfVertexWeights(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVertexWeightArrayName(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 SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetBaseName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGenerateEdgeWeightArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGenerateGlobalElementIdArray(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGenerateGlobalNodeIdArray(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGenerateVertexWeightArrays(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKCHACOREADERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKCHACOREADERWRAP_CLASSDEF
#endif
};

#endif
