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

#ifndef NATIVE_EXTENSION_VTK_VTKIMAGEIMPORTWRAP_H
#define NATIVE_EXTENSION_VTK_VTKIMAGEIMPORTWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkImageImport.h>

#include "vtkImageAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkImageImportWrap : public VtkImageAlgorithmWrap
{
	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);

		VtkImageImportWrap(vtkSmartPointer<vtkImageImport>);
		VtkImageImportWrap();
		~VtkImageImportWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetDataExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDataOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDataScalarType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDataScalarTypeAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDataSpacing(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfScalarComponents(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWholeExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void InvokeExecuteDataCallbacks(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void InvokeExecuteInformationCallbacks(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void InvokePipelineModifiedCallbacks(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void InvokeUpdateInformationCallbacks(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void LegacyCheckWholeExtent(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 SetDataExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataExtentToWholeExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataScalarType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataScalarTypeToDouble(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataScalarTypeToFloat(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataScalarTypeToInt(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataScalarTypeToShort(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataScalarTypeToUnsignedChar(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataScalarTypeToUnsignedShort(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataSpacing(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetNumberOfScalarComponents(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScalarArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetWholeExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKIMAGEIMPORTWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKIMAGEIMPORTWRAP_CLASSDEF
#endif
};

#endif
