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

#ifndef NATIVE_EXTENSION_VTK_VTKPLYWRITERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKPLYWRITERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkPLYWriter.h>

#include "vtkWriterWrap.h"
#include "../../plus/plus.h"

class VtkPLYWriterWrap : public VtkWriterWrap
{
	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);

		VtkPLYWriterWrap(vtkSmartPointer<vtkPLYWriter>);
		VtkPLYWriterWrap();
		~VtkPLYWriterWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void EnableAlphaOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void EnableAlphaOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAlpha(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetColorMode(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetComponent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetComponentMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetComponentMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDataByteOrder(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDataByteOrderMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDataByteOrderMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetEnableAlpha(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetFileType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetFileTypeMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetFileTypeMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInput(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLookupTable(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTextureCoordinatesName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTextureCoordinatesNameMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTextureCoordinatesNameMinValue(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 SetAlpha(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetArrayName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColorMode(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColorModeToDefault(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColorModeToOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColorModeToUniformCellColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColorModeToUniformColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetColorModeToUniformPointColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetComponent(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataByteOrder(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataByteOrderToBigEndian(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDataByteOrderToLittleEndian(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetEnableAlpha(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetFileType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetFileTypeToASCII(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetFileTypeToBinary(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetLookupTable(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTextureCoordinatesName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTextureCoordinatesNameToTextureUV(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTextureCoordinatesNameToUV(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKPLYWRITERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKPLYWRITERWRAP_CLASSDEF
#endif
};

#endif
