]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Mesh.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / Mesh.h
index e7692390bc46e12a2d2f663159d9c5ac5d56462d..8754b0e9931bd7ac6fbdbce1d7ac839b6cb033b6 100644 (file)
@@ -3,6 +3,9 @@
 
 #include <cpPlugins/Interface/DataObject.h>
 
+// Some forward declarations
+class vtkObject;
+
 namespace cpPlugins
 {
   namespace Interface
@@ -25,7 +28,7 @@ namespace cpPlugins
 
     public:
       template< class M >
-        inline void SetITK( itk::Object* object );
+        inline void SetITK( M* mesh );
 
       virtual void SetVTK( vtkObject* mesh );