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

#include <nan.h>

#include "vtkOpenGLMoleculeMapperWrap.h"
#include "vtkOpenGLSphereMapperWrap.h"
#include "vtkOpenGLStickMapperWrap.h"

using namespace v8;

extern void vtkDomainsChemistryOpenGL2NodeJsInit( v8::Local<v8::Object> exports )
{
	VtkOpenGLMoleculeMapperWrap::Init( exports );
	VtkOpenGLSphereMapperWrap::Init( exports );
	VtkOpenGLStickMapperWrap::Init( exports );
}

