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

#ifndef NATIVE_EXTENSION_VTK_VTKMINCIMAGEATTRIBUTESWRAP_H
#define NATIVE_EXTENSION_VTK_VTKMINCIMAGEATTRIBUTESWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkMINCImageAttributes.h>

#include "vtkObjectWrap.h"
#include "../../plus/plus.h"

class VtkMINCImageAttributesWrap : public VtkObjectWrap
{
	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);

		VtkMINCImageAttributesWrap(vtkSmartPointer<vtkMINCImageAttributes>);
		VtkMINCImageAttributesWrap();
		~VtkMINCImageAttributesWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void AddDimension(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void FindImageRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void FindValidRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAttributeNames(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAttributeValueAsArray(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAttributeValueAsDouble(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAttributeValueAsInt(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAttributeValueAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDataType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDimensionLengths(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDimensionNames(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetImageMax(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetImageMin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfImageMinMaxDimensions(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetValidateAttributes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVariableNames(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void HasAttribute(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 PrintFileHeader(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void Reset(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAttributeValueAsArray(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAttributeValueAsDouble(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAttributeValueAsInt(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAttributeValueAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetImageMax(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetImageMin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetNumberOfImageMinMaxDimensions(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetValidateAttributes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ShallowCopy(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ValidateAttribute(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ValidateAttributesOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ValidateAttributesOn(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKMINCIMAGEATTRIBUTESWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKMINCIMAGEATTRIBUTESWRAP_CLASSDEF
#endif
};

#endif
