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

#ifndef NATIVE_EXTENSION_VTK_VTKIMAGEVIEWER2WRAP_H
#define NATIVE_EXTENSION_VTK_VTKIMAGEVIEWER2WRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkImageViewer2.h>

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

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

		VtkImageViewer2Wrap(vtkSmartPointer<vtkImageViewer2>);
		VtkImageViewer2Wrap();
		~VtkImageViewer2Wrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetColorLevel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetColorWindow(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetImageActor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInput(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInteractorStyle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOffScreenRendering(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRenderWindow(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRenderer(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSlice(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSliceMax(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSliceMin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSliceOrientation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSliceRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWindowLevel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetWindowName(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 OffScreenRenderingOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void OffScreenRenderingOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void Render(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColorLevel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColorWindow(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInputConnection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInputData(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetOffScreenRendering(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPosition(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRenderWindow(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRenderer(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSize(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSlice(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSliceOrientation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSliceOrientationToXY(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSliceOrientationToXZ(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSliceOrientationToYZ(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetupInteractor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UpdateDisplayExtent(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKIMAGEVIEWER2WRAP_CLASSDEF
		VTK_NODE_PLUS_VTKIMAGEVIEWER2WRAP_CLASSDEF
#endif
};

#endif
