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

#include <nan.h>

#include "vtkCompassRepresentationWrap.h"
#include "vtkCompassWidgetWrap.h"
#include "vtkGeoAdaptiveArcsWrap.h"
#include "vtkGeoAlignedImageSourceWrap.h"
#include "vtkGeoArcsWrap.h"
#include "vtkGeoAssignCoordinatesWrap.h"
#include "vtkGeoCameraWrap.h"
#include "vtkGeoFileImageSourceWrap.h"
#include "vtkGeoFileTerrainSourceWrap.h"
#include "vtkGeoGlobeSourceWrap.h"
#include "vtkGeoGraticuleWrap.h"
#include "vtkGeoImageNodeWrap.h"
#include "vtkGeoInteractorStyleWrap.h"
#include "vtkGeoProjectionWrap.h"
#include "vtkGeoProjectionSourceWrap.h"
#include "vtkGeoRandomGraphSourceWrap.h"
#include "vtkGeoSampleArcsWrap.h"
#include "vtkGeoSourceWrap.h"
#include "vtkGeoSphereTransformWrap.h"
#include "vtkGeoTerrainWrap.h"
#include "vtkGeoTerrain2DWrap.h"
#include "vtkGeoTerrainNodeWrap.h"
#include "vtkGeoTransformWrap.h"
#include "vtkGeoTreeNodeWrap.h"
#include "vtkGeoTreeNodeCacheWrap.h"
#include "vtkGlobeSourceWrap.h"
#include "vtkGeoAlignedImageRepresentationWrap.h"

using namespace v8;

extern void vtkGeovisCoreNodeJsInit( v8::Local<v8::Object> exports )
{
	VtkCompassRepresentationWrap::Init( exports );
	VtkCompassWidgetWrap::Init( exports );
	VtkGeoAdaptiveArcsWrap::Init( exports );
	VtkGeoAlignedImageSourceWrap::Init( exports );
	VtkGeoArcsWrap::Init( exports );
	VtkGeoAssignCoordinatesWrap::Init( exports );
	VtkGeoCameraWrap::Init( exports );
	VtkGeoFileImageSourceWrap::Init( exports );
	VtkGeoFileTerrainSourceWrap::Init( exports );
	VtkGeoGlobeSourceWrap::Init( exports );
	VtkGeoGraticuleWrap::Init( exports );
	VtkGeoImageNodeWrap::Init( exports );
	VtkGeoInteractorStyleWrap::Init( exports );
	VtkGeoProjectionWrap::Init( exports );
	VtkGeoProjectionSourceWrap::Init( exports );
	VtkGeoRandomGraphSourceWrap::Init( exports );
	VtkGeoSampleArcsWrap::Init( exports );
	VtkGeoSourceWrap::Init( exports );
	VtkGeoSphereTransformWrap::Init( exports );
	VtkGeoTerrainWrap::Init( exports );
	VtkGeoTerrain2DWrap::Init( exports );
	VtkGeoTerrainNodeWrap::Init( exports );
	VtkGeoTransformWrap::Init( exports );
	VtkGeoTreeNodeWrap::Init( exports );
	VtkGeoTreeNodeCacheWrap::Init( exports );
	VtkGlobeSourceWrap::Init( exports );
	VtkGeoAlignedImageRepresentationWrap::Init( exports );
}

