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

#ifndef NATIVE_EXTENSION_VTK_VTKGRAPHLAYOUTWRAP_H
#define NATIVE_EXTENSION_VTK_VTKGRAPHLAYOUTWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkGraphLayout.h>

#include "vtkGraphAlgorithmWrap.h"
#include "../../plus/plus.h"

class VtkGraphLayoutWrap : public VtkGraphAlgorithmWrap
{
	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);

		VtkGraphLayoutWrap(vtkSmartPointer<vtkGraphLayout>);
		VtkGraphLayoutWrap();
		~VtkGraphLayoutWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void GetLayoutStrategy(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTransform(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetUseTransform(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetZRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IsLayoutComplete(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 SetLayoutStrategy(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTransform(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetUseTransform(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetZRange(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseTransformOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseTransformOn(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKGRAPHLAYOUTWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKGRAPHLAYOUTWRAP_CLASSDEF
#endif
};

#endif
