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

#ifndef NATIVE_EXTENSION_VTK_VTKIMAGEPROPERTYWRAP_H
#define NATIVE_EXTENSION_VTK_VTKIMAGEPROPERTYWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkImageProperty.h>

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

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

		VtkImagePropertyWrap(vtkSmartPointer<vtkImageProperty>);
		VtkImagePropertyWrap();
		~VtkImagePropertyWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void BackingOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void BackingOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CheckerboardOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CheckerboardOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DeepCopy(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAmbient(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAmbientMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAmbientMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBacking(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBackingColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCheckerboard(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCheckerboardOffset(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCheckerboardSpacing(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 GetDiffuse(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDiffuseMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDiffuseMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInterpolationType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInterpolationTypeAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInterpolationTypeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInterpolationTypeMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLayerNumber(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLookupTable(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOpacity(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOpacityMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOpacityMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetUseLookupTableScalarRange(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 SetAmbient(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetBacking(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetBackingColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCheckerboard(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCheckerboardOffset(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCheckerboardSpacing(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 SetDiffuse(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInterpolationType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInterpolationTypeToCubic(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInterpolationTypeToLinear(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInterpolationTypeToNearest(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLayerNumber(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLookupTable(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetOpacity(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetUseLookupTableScalarRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseLookupTableScalarRangeOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseLookupTableScalarRangeOn(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKIMAGEPROPERTYWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKIMAGEPROPERTYWRAP_CLASSDEF
#endif
};

#endif
