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

#include <nan.h>

#include "vtkAbstractTransformWrap.h"
#include "vtkCylindricalTransformWrap.h"
#include "vtkGeneralTransformWrap.h"
#include "vtkHomogeneousTransformWrap.h"
#include "vtkIdentityTransformWrap.h"
#include "vtkLinearTransformWrap.h"
#include "vtkMatrixToHomogeneousTransformWrap.h"
#include "vtkMatrixToLinearTransformWrap.h"
#include "vtkPerspectiveTransformWrap.h"
#include "vtkSphericalTransformWrap.h"
#include "vtkThinPlateSplineTransformWrap.h"
#include "vtkTransform2DWrap.h"
#include "vtkTransformCollectionWrap.h"
#include "vtkTransformWrap.h"
#include "vtkWarpTransformWrap.h"
#include "vtkLandmarkTransformWrap.h"

using namespace v8;

extern void vtkCommonTransformsNodeJsInit( v8::Local<v8::Object> exports )
{
	VtkAbstractTransformWrap::Init( exports );
	VtkCylindricalTransformWrap::Init( exports );
	VtkGeneralTransformWrap::Init( exports );
	VtkHomogeneousTransformWrap::Init( exports );
	VtkIdentityTransformWrap::Init( exports );
	VtkLinearTransformWrap::Init( exports );
	VtkMatrixToHomogeneousTransformWrap::Init( exports );
	VtkMatrixToLinearTransformWrap::Init( exports );
	VtkPerspectiveTransformWrap::Init( exports );
	VtkSphericalTransformWrap::Init( exports );
	VtkThinPlateSplineTransformWrap::Init( exports );
	VtkTransform2DWrap::Init( exports );
	VtkTransformCollectionWrap::Init( exports );
	VtkTransformWrap::Init( exports );
	VtkWarpTransformWrap::Init( exports );
	VtkLandmarkTransformWrap::Init( exports );
}

