]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/DataObject.h
Widget integration (step 2/6). WARNING: IT DOES NOT COMPILE YETgit shortlog !
[cpPlugins.git] / lib / cpPlugins / Interface / DataObject.h
index c08b3a345475f28fc4521c3876fee70233ff513a..aad997708c5a8df08947efb2065d76f2e1be2e06 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <map>
 #include <string>
-#include <vtkDataObject.h>
+#include <vtkObject.h>
 #include <vtkSmartPointer.h>
 #include <cpPlugins/Interface/cpPlugins_Interface_Export.h>
 #include <cpPlugins/Interface/Object.h>
@@ -45,9 +45,9 @@ namespace cpPlugins
       Self& operator=( const Self& );
 
     protected:
-      itk::DataObject::Pointer         m_ITKObject;
-      vtkSmartPointer< vtkDataObject > m_VTKObject;
-      Object::Pointer                  m_Source;
+      itk::DataObject::Pointer     m_ITKObject;
+      vtkSmartPointer< vtkObject > m_VTKObject;
+      Object::Pointer              m_Source;
     };
 
   } // ecapseman