]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Image.cxx
MPR finished
[cpPlugins.git] / lib / cpPlugins / Interface / Image.cxx
index 9b55ed27d17cea446ab6e26a8a325ea3ca9905f7..48b90740a68b7a0e6753c344ed32ee2528ac44b9 100644 (file)
@@ -1,23 +1,25 @@
 #include <cpPlugins/Interface/Image.h>
 
 // -------------------------------------------------------------------------
-cpPlugins::Interface::Image::
-Image( )
-  : Superclass( )
+void cpPlugins::Interface::Image::
+SetVTK( vtkObject* image )
 {
+  // this->m_VTKObject = image;
+  std::cerr << "Image: TODO this!!!!" << std::endl;
+  std::exit( 1 );
 }
 
 // -------------------------------------------------------------------------
 cpPlugins::Interface::Image::
-~Image( )
+Image( )
+  : Superclass( )
 {
 }
 
 // -------------------------------------------------------------------------
-std::string cpPlugins::Interface::Image::
-GetClassName( ) const
+cpPlugins::Interface::Image::
+~Image( )
 {
-  return( "cpPlugins::Interface::Image" );
 }
 
 // eof - $RCSfile$