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

#include <nan.h>

#include "vtkLabeledDataMapperWrap.h"
#include "vtkLabeledTreeMapDataMapperWrap.h"
#include "vtkLabelHierarchyAlgorithmWrap.h"
#include "vtkLabelHierarchyCompositeIteratorWrap.h"
#include "vtkLabelHierarchyWrap.h"
#include "vtkLabelHierarchyIteratorWrap.h"
#include "vtkLabelPlacementMapperWrap.h"
#include "vtkLabelPlacerWrap.h"
#include "vtkLabelRenderStrategyWrap.h"
#include "vtkLabelSizeCalculatorWrap.h"
#include "vtkFreeTypeLabelRenderStrategyWrap.h"
#include "vtkDynamic2DLabelMapperWrap.h"
#include "vtkPointSetToLabelHierarchyWrap.h"

using namespace v8;

extern void vtkRenderingLabelNodeJsInit( v8::Local<v8::Object> exports )
{
	VtkLabeledDataMapperWrap::Init( exports );
	VtkLabeledTreeMapDataMapperWrap::Init( exports );
	VtkLabelHierarchyAlgorithmWrap::Init( exports );
	VtkLabelHierarchyCompositeIteratorWrap::Init( exports );
	VtkLabelHierarchyWrap::Init( exports );
	VtkLabelHierarchyIteratorWrap::Init( exports );
	VtkLabelPlacementMapperWrap::Init( exports );
	VtkLabelPlacerWrap::Init( exports );
	VtkLabelRenderStrategyWrap::Init( exports );
	VtkLabelSizeCalculatorWrap::Init( exports );
	VtkFreeTypeLabelRenderStrategyWrap::Init( exports );
	VtkDynamic2DLabelMapperWrap::Init( exports );
	VtkPointSetToLabelHierarchyWrap::Init( exports );
}

