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

#ifndef NATIVE_EXTENSION_VTK_VTKLASSOSTENCILSOURCEWRAP_H
#define NATIVE_EXTENSION_VTK_VTKLASSOSTENCILSOURCEWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkLassoStencilSource.h>

#include "vtkImageStencilSourceWrap.h"
#include "../../plus/plus.h"

class VtkLassoStencilSourceWrap : public VtkImageStencilSourceWrap
{
	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);

		VtkLassoStencilSourceWrap(vtkSmartPointer<vtkLassoStencilSource>);
		VtkLassoStencilSourceWrap();
		~VtkLassoStencilSourceWrap( );
		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 GetMTime(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPoints(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetShape(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetShapeAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetShapeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetShapeMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSliceOrientation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSliceOrientationMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSliceOrientationMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSlicePoints(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 RemoveAllSlicePoints(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPoints(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetShape(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetShapeToPolygon(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetShapeToSpline(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSliceOrientation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSlicePoints(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKLASSOSTENCILSOURCEWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKLASSOSTENCILSOURCEWRAP_CLASSDEF
#endif
};

#endif
