]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkGetVectorElement.cxx
#3120 BBTK Bug New Normal - merge branch changestoITK3and4 FROM master
[bbtk.git] / packages / vtk / src / bbvtkGetVectorElement.cxx
index 48e269002eb83e14d0d8cb27238611cd7cf6a8e2..818e5e756745ea9b5c241c52a2637e84be50e0f0 100644 (file)
@@ -37,7 +37,7 @@
 #include "bbvtkGetVectorElement.h"
 #include "bbvtkPackage.h"
 
-#include "vtkImageData.h"
+
 
 namespace bbvtk
 {
@@ -49,8 +49,8 @@ namespace bbvtk
 //====================================================================
 // Add the specialized boxes to the package
 
-typedef vtkImageData * ptrvtkImageData;
 BBTK_ADD_TEMPLATE_BLACK_BOX_TO_PACKAGE(vtk,GetVectorElement,ptrvtkImageData);
+BBTK_ADD_TEMPLATE_BLACK_BOX_TO_PACKAGE(vtk,GetVectorElement,ptrvtkPolyData);
 
 //====================================================================