]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Object.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / Object.h
index 92de13cb646f4823107a073628e5558dc3e5c065..dd7d9b61d20aeb63d5baae08f1d0bac09a91a25d 100644 (file)
@@ -43,6 +43,9 @@ namespace cpPlugins
       virtual void Modified( ) const;
       void SetViewCoords( float x, float y );
 
+      void SetITK( itk::LightObject* o );
+      void SetVTK( vtkObjectBase* o );
+
       template< class T >
         inline T* GetITK( );