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

#ifndef NATIVE_EXTENSION_VTK_VTKBYUREADERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKBYUREADERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkBYUReader.h>

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

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

		VtkBYUReaderWrap(vtkSmartPointer<vtkBYUReader>);
		VtkBYUReaderWrap();
		~VtkBYUReaderWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void CanReadFile(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDisplacementFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetGeometryFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPartNumber(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPartNumberMaxValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPartNumberMinValue(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetReadDisplacement(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetReadScalar(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetReadTexture(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetScalarFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTextureFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReadDisplacementOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReadDisplacementOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReadScalarOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReadScalarOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReadTextureOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReadTextureOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDisplacementFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetGeometryFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPartNumber(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetReadDisplacement(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetReadScalar(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetReadTexture(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetScalarFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTextureFileName(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKBYUREADERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKBYUREADERWRAP_CLASSDEF
#endif
};

#endif
