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

#ifndef NATIVE_EXTENSION_VTK_VTKFRAMEBUFFEROBJECT2WRAP_H
#define NATIVE_EXTENSION_VTK_VTKFRAMEBUFFEROBJECT2WRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkFrameBufferObject2.h>

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

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

		VtkFrameBufferObject2Wrap(vtkSmartPointer<vtkFrameBufferObject2>);
		VtkFrameBufferObject2Wrap();
		~VtkFrameBufferObject2Wrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void ActivateDrawBuffer(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ActivateDrawBuffers(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ActivateReadBuffer(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AddRenColorAttachment(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AddRenDepthAttachment(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AddTexColorAttachment(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AddTexDepthAttachment(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void Bind(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void Blit(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void CheckFrameBufferStatus(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DeactivateDrawBuffers(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DeactivateReadBuffer(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetContext(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void InitializeViewport(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IsA(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IsSupported(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveRenColorAttachment(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveRenColorAttachments(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveRenDepthAttachment(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveTexColorAttachment(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveTexColorAttachments(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RemoveTexDepthAttachment(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RestorePreviousBuffers(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SaveCurrentBindings(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SaveCurrentBuffers(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetContext(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UnBind(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKFRAMEBUFFEROBJECT2WRAP_CLASSDEF
		VTK_NODE_PLUS_VTKFRAMEBUFFEROBJECT2WRAP_CLASSDEF
#endif
};

#endif
