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

#ifndef NATIVE_EXTENSION_VTK_VTKIMAGEDATAWRAP_H
#define NATIVE_EXTENSION_VTK_VTKIMAGEDATAWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkImageData.h>

#include "vtkDataSetWrap.h"
#include "../../plus/plus.h"

class VtkImageDataWrap : public VtkDataSetWrap
{
	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);

		VtkImageDataWrap(vtkSmartPointer<vtkImageData>);
		VtkImageDataWrap();
		~VtkImageDataWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void AllocateScalars(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ComputeBounds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ComputeStructuredCoordinates(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CopyAndCastFrom(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CopyInformationFromPipeline(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CopyInformationToPipeline(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CopyStructure(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DeepCopy(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetActualMemorySize(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetData(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDataDimension(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDataObjectType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDimensions(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetExtentType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMaxCellSize(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetNumberOfScalarComponents(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPointGradient(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarComponentAsDouble(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarComponentAsFloat(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarSize(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarTypeAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarTypeMax(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarTypeMin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSpacing(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVoxelGradient(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void HasNumberOfScalarComponents(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void HasScalarType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void Initialize(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 PrepareForNewData(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDimensions(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetNumberOfScalarComponents(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScalarComponentFromDouble(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScalarComponentFromFloat(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScalarType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSpacing(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ShallowCopy(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKIMAGEDATAWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKIMAGEDATAWRAP_CLASSDEF
#endif
};

#endif
