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

#ifndef NATIVE_EXTENSION_VTK_VTKPOLYDATASILHOUETTEWRAP_H
#define NATIVE_EXTENSION_VTK_VTKPOLYDATASILHOUETTEWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkPolyDataSilhouette.h>

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

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

		VtkPolyDataSilhouetteWrap(vtkSmartPointer<vtkPolyDataSilhouette>);
		VtkPolyDataSilhouetteWrap();
		~VtkPolyDataSilhouetteWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void BorderEdgesOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void BorderEdgesOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBorderEdges(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 GetDirection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetEnableFeatureAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetFeatureAngle(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 GetPieceInvariant(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetProp3D(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 PieceInvariantOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void PieceInvariantOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetBorderEdges(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetCamera(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDirection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDirectionToCameraOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDirectionToCameraVector(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDirectionToSpecifiedOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDirectionToSpecifiedVector(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetEnableFeatureAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetFeatureAngle(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPieceInvariant(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetProp3D(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetVector(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKPOLYDATASILHOUETTEWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKPOLYDATASILHOUETTEWRAP_CLASSDEF
#endif
};

#endif
