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

#ifndef NATIVE_EXTENSION_VTK_VTKHIERARCHICALGRAPHPIPELINEWRAP_H
#define NATIVE_EXTENSION_VTK_VTKHIERARCHICALGRAPHPIPELINEWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkHierarchicalGraphPipeline.h>

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

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

		VtkHierarchicalGraphPipelineWrap(vtkSmartPointer<vtkHierarchicalGraphPipeline>);
		VtkHierarchicalGraphPipelineWrap();
		~VtkHierarchicalGraphPipelineWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void ApplyViewTheme(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ColorEdgesByArrayOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ColorEdgesByArrayOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ConvertSelection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetActor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBundlingStrength(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetColorArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetColorEdgesByArray(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetHoverArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelActor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelTextProperty(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLabelVisibility(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSplineType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetVisibility(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IsA(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void LabelVisibilityOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void LabelVisibilityOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void PrepareInputConnections(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RegisterProgress(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetBundlingStrength(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColorArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColorEdgesByArray(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetHoverArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelTextProperty(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLabelVisibility(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSplineType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetVisibility(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void VisibilityOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void VisibilityOn(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKHIERARCHICALGRAPHPIPELINEWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKHIERARCHICALGRAPHPIPELINEWRAP_CLASSDEF
#endif
};

#endif
