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

#include <nan.h>

#include "vtkDirectionEncoderWrap.h"
#include "vtkEncodedGradientEstimatorWrap.h"
#include "vtkEncodedGradientShaderWrap.h"
#include "vtkFiniteDifferenceGradientEstimatorWrap.h"
#include "vtkFixedPointRayCastImageWrap.h"
#include "vtkFixedPointVolumeRayCastCompositeGOHelperWrap.h"
#include "vtkFixedPointVolumeRayCastCompositeGOShadeHelperWrap.h"
#include "vtkFixedPointVolumeRayCastCompositeHelperWrap.h"
#include "vtkFixedPointVolumeRayCastCompositeShadeHelperWrap.h"
#include "vtkFixedPointVolumeRayCastHelperWrap.h"
#include "vtkFixedPointVolumeRayCastMIPHelperWrap.h"
#include "vtkFixedPointVolumeRayCastMapperWrap.h"
#include "vtkGPUVolumeRayCastMapperWrap.h"
#include "vtkOSPRayVolumeInterfaceWrap.h"
#include "vtkProjectedTetrahedraMapperWrap.h"
#include "vtkRayCastImageDisplayHelperWrap.h"
#include "vtkRecursiveSphereDirectionEncoderWrap.h"
#include "vtkSphericalDirectionEncoderWrap.h"
#include "vtkUnstructuredGridBunykRayCastFunctionWrap.h"
#include "vtkUnstructuredGridHomogeneousRayIntegratorWrap.h"
#include "vtkUnstructuredGridLinearRayIntegratorWrap.h"
#include "vtkUnstructuredGridPartialPreIntegrationWrap.h"
#include "vtkUnstructuredGridPreIntegrationWrap.h"
#include "vtkUnstructuredGridVolumeMapperWrap.h"
#include "vtkUnstructuredGridVolumeRayCastFunctionWrap.h"
#include "vtkUnstructuredGridVolumeRayCastIteratorWrap.h"
#include "vtkUnstructuredGridVolumeRayCastMapperWrap.h"
#include "vtkUnstructuredGridVolumeRayIntegratorWrap.h"
#include "vtkUnstructuredGridVolumeZSweepMapperWrap.h"
#include "vtkVolumeMapperWrap.h"
#include "vtkVolumeOutlineSourceWrap.h"
#include "vtkVolumePickerWrap.h"
#include "vtkVolumeRayCastSpaceLeapingImageFilterWrap.h"

using namespace v8;

extern void vtkRenderingVolumeNodeJsInit( v8::Local<v8::Object> exports )
{
	VtkDirectionEncoderWrap::Init( exports );
	VtkEncodedGradientEstimatorWrap::Init( exports );
	VtkEncodedGradientShaderWrap::Init( exports );
	VtkFiniteDifferenceGradientEstimatorWrap::Init( exports );
	VtkFixedPointRayCastImageWrap::Init( exports );
	VtkFixedPointVolumeRayCastCompositeGOHelperWrap::Init( exports );
	VtkFixedPointVolumeRayCastCompositeGOShadeHelperWrap::Init( exports );
	VtkFixedPointVolumeRayCastCompositeHelperWrap::Init( exports );
	VtkFixedPointVolumeRayCastCompositeShadeHelperWrap::Init( exports );
	VtkFixedPointVolumeRayCastHelperWrap::Init( exports );
	VtkFixedPointVolumeRayCastMIPHelperWrap::Init( exports );
	VtkFixedPointVolumeRayCastMapperWrap::Init( exports );
	VtkGPUVolumeRayCastMapperWrap::Init( exports );
	VtkOSPRayVolumeInterfaceWrap::Init( exports );
	VtkProjectedTetrahedraMapperWrap::Init( exports );
	VtkRayCastImageDisplayHelperWrap::Init( exports );
	VtkRecursiveSphereDirectionEncoderWrap::Init( exports );
	VtkSphericalDirectionEncoderWrap::Init( exports );
	VtkUnstructuredGridBunykRayCastFunctionWrap::Init( exports );
	VtkUnstructuredGridHomogeneousRayIntegratorWrap::Init( exports );
	VtkUnstructuredGridLinearRayIntegratorWrap::Init( exports );
	VtkUnstructuredGridPartialPreIntegrationWrap::Init( exports );
	VtkUnstructuredGridPreIntegrationWrap::Init( exports );
	VtkUnstructuredGridVolumeMapperWrap::Init( exports );
	VtkUnstructuredGridVolumeRayCastFunctionWrap::Init( exports );
	VtkUnstructuredGridVolumeRayCastIteratorWrap::Init( exports );
	VtkUnstructuredGridVolumeRayCastMapperWrap::Init( exports );
	VtkUnstructuredGridVolumeRayIntegratorWrap::Init( exports );
	VtkUnstructuredGridVolumeZSweepMapperWrap::Init( exports );
	VtkVolumeMapperWrap::Init( exports );
	VtkVolumeOutlineSourceWrap::Init( exports );
	VtkVolumePickerWrap::Init( exports );
	VtkVolumeRayCastSpaceLeapingImageFilterWrap::Init( exports );
}

