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

#include <nan.h>

#include "vtkHyperTreeGridAxisClipWrap.h"
#include "vtkHyperTreeGridAxisCutWrap.h"
#include "vtkHyperTreeGridAxisReflectionWrap.h"
#include "vtkHyperTreeGridCellCentersWrap.h"
#include "vtkHyperTreeGridContourWrap.h"
#include "vtkHyperTreeGridDepthLimiterWrap.h"
#include "vtkHyperTreeGridGeometryWrap.h"
#include "vtkHyperTreeGridPlaneCutterWrap.h"
#include "vtkHyperTreeGridThresholdWrap.h"
#include "vtkHyperTreeGridToUnstructuredGridWrap.h"
#include "vtkClipHyperOctreeWrap.h"
#include "vtkHyperOctreeClipCutPointsGrabberWrap.h"
#include "vtkHyperOctreeContourFilterWrap.h"
#include "vtkHyperOctreeCutterWrap.h"
#include "vtkHyperOctreeDepthWrap.h"
#include "vtkHyperOctreeDualGridContourFilterWrap.h"
#include "vtkHyperOctreeLimiterWrap.h"
#include "vtkHyperOctreeSampleFunctionWrap.h"
#include "vtkHyperOctreeSurfaceFilterWrap.h"
#include "vtkHyperOctreeToUniformGridFilterWrap.h"

using namespace v8;

extern void vtkFiltersHyperTreeNodeJsInit( v8::Local<v8::Object> exports )
{
	VtkHyperTreeGridAxisClipWrap::Init( exports );
	VtkHyperTreeGridAxisCutWrap::Init( exports );
	VtkHyperTreeGridAxisReflectionWrap::Init( exports );
	VtkHyperTreeGridCellCentersWrap::Init( exports );
	VtkHyperTreeGridContourWrap::Init( exports );
	VtkHyperTreeGridDepthLimiterWrap::Init( exports );
	VtkHyperTreeGridGeometryWrap::Init( exports );
	VtkHyperTreeGridPlaneCutterWrap::Init( exports );
	VtkHyperTreeGridThresholdWrap::Init( exports );
	VtkHyperTreeGridToUnstructuredGridWrap::Init( exports );
	VtkClipHyperOctreeWrap::Init( exports );
	VtkHyperOctreeClipCutPointsGrabberWrap::Init( exports );
	VtkHyperOctreeContourFilterWrap::Init( exports );
	VtkHyperOctreeCutterWrap::Init( exports );
	VtkHyperOctreeDepthWrap::Init( exports );
	VtkHyperOctreeDualGridContourFilterWrap::Init( exports );
	VtkHyperOctreeLimiterWrap::Init( exports );
	VtkHyperOctreeSampleFunctionWrap::Init( exports );
	VtkHyperOctreeSurfaceFilterWrap::Init( exports );
	VtkHyperOctreeToUniformGridFilterWrap::Init( exports );
}

