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

#ifndef NATIVE_EXTENSION_VTK_VTKMOLECULEMAPPERWRAP_H
#define NATIVE_EXTENSION_VTK_VTKMOLECULEMAPPERWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkMoleculeMapper.h>

#include "vtkMapperWrap.h"
#include "../../plus/plus.h"

class VtkMoleculeMapperWrap : public VtkMapperWrap
{
	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);

		VtkMoleculeMapperWrap(vtkSmartPointer<vtkMoleculeMapper>);
		VtkMoleculeMapperWrap();
		~VtkMoleculeMapperWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

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

		static void FillInputPortInformation(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAtomicRadiusScaleFactor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAtomicRadiusType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAtomicRadiusTypeAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBondColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBondColorMode(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBondColorModeAsString(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBondRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBounds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetClassName(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetInput(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRenderAtoms(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetRenderBonds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSelectedAtoms(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSelectedAtomsAndBonds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSelectedBonds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetSupportsSelection(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetUseMultiCylindersForBonds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void IsA(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ReleaseGraphicsResources(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void Render(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RenderAtomsOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RenderAtomsOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RenderBondsOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RenderBondsOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAtomicRadiusScaleFactor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAtomicRadiusType(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAtomicRadiusTypeToCovalentRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAtomicRadiusTypeToUnitRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAtomicRadiusTypeToVDWRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetBondColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetBondColorMode(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetBondColorModeToDiscreteByAtom(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetBondColorModeToSingleColor(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetBondRadius(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetInputData(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRenderAtoms(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetRenderBonds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetUseMultiCylindersForBonds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseBallAndStickSettings(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseFastSettings(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseLiquoriceStickSettings(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseMultiCylindersForBondsOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseMultiCylindersForBondsOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void UseVDWSpheresSettings(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKMOLECULEMAPPERWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKMOLECULEMAPPERWRAP_CLASSDEF
#endif
};

#endif
