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

#ifndef NATIVE_EXTENSION_VTK_VTKDEPTHSORTPOLYDATAWRAP_H
#define NATIVE_EXTENSION_VTK_VTKDEPTHSORTPOLYDATAWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkDepthSortPolyData.h>

#include "vtkPolyDataAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkDepthSortPolyDataWrap : public VtkPolyDataAlgorithmWrap
{
	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);

		VtkDepthSortPolyDataWrap(vtkSmartPointer<vtkDepthSortPolyData>);
		VtkDepthSortPolyDataWrap();
		~VtkDepthSortPolyDataWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetCamera(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDepthSortMode(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDirection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetMTime(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetProp3D(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSortScalars(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVector(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 SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCamera(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDepthSortMode(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDepthSortModeToBoundsCenter(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDepthSortModeToFirstPoint(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDepthSortModeToParametricCenter(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDirection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDirectionToBackToFront(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDirectionToFrontToBack(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDirectionToSpecifiedVector(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetProp3D(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSortScalars(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetVector(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SortScalarsOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SortScalarsOn(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKDEPTHSORTPOLYDATAWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKDEPTHSORTPOLYDATAWRAP_CLASSDEF
#endif
};

#endif
