]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/ProcessObject.h
Widget integration (step 2/6). WARNING: IT DOES NOT COMPILE YETgit shortlog !
[cpPlugins.git] / lib / cpPlugins / Interface / ProcessObject.h
index 82492db180639484e977f5fae5659c371b90781c..51cf06742c0ccb72ce01c3d9d9c2cf97e4266055 100644 (file)
@@ -15,6 +15,8 @@ typedef char QWidget
 
 #include <itkProcessObject.h>
 
+class vtkAlgorithm;
+
 namespace cpPlugins
 {
   namespace Interface
@@ -34,6 +36,11 @@ namespace cpPlugins
       itkTypeMacro( ProcessObject, Object );
 
     public:
+      virtual vtkAlgorithm* GetVTKAlgorithm( )
+      { return( NULL ); }
+      virtual const vtkAlgorithm* GetVTKAlgorithm( ) const
+      { return( NULL ); }
+
       virtual const Parameters& GetDefaultParameters( ) const;
       virtual void SetParameters( const Parameters& params );