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

#ifndef NATIVE_EXTENSION_VTK_VTKDEPTHIMAGETOPOINTCLOUDWRAP_H
#define NATIVE_EXTENSION_VTK_VTKDEPTHIMAGETOPOINTCLOUDWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkDepthImageToPointCloud.h>

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

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

		VtkDepthImageToPointCloudWrap(vtkSmartPointer<vtkDepthImageToPointCloud>);
		VtkDepthImageToPointCloudWrap();
		~VtkDepthImageToPointCloudWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void CullFarPointsOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CullFarPointsOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CullNearPointsOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CullNearPointsOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCamera(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCullFarPoints(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetCullNearPoints(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetOutputPointsPrecision(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetProduceColorScalars(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetProduceVertexCellArray(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ProduceColorScalarsOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ProduceColorScalarsOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ProduceVertexCellArrayOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ProduceVertexCellArrayOn(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 SetCullFarPoints(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCullNearPoints(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetOutputPointsPrecision(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetProduceColorScalars(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetProduceVertexCellArray(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKDEPTHIMAGETOPOINTCLOUDWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKDEPTHIMAGETOPOINTCLOUDWRAP_CLASSDEF
#endif
};

#endif
