]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Image.cxx
...
[cpPlugins.git] / lib / cpPlugins / Interface / Image.cxx
index 9b55ed27d17cea446ab6e26a8a325ea3ca9905f7..44deb4e4e9eb9b478536790ff208a96d0407936b 100644 (file)
@@ -1,23 +1,34 @@
 #include <cpPlugins/Interface/Image.h>
 
 // -------------------------------------------------------------------------
-cpPlugins::Interface::Image::
-Image( )
-  : Superclass( )
+void cpPlugins::Interface::Image::
+SetITK( itk::LightObject* o )
+{
+  this->Superclass::SetITK( o );
+  this->_ITK_2_VTK_0< 2 >( o );
+  this->_ITK_2_VTK_0< 3 >( o );
+}
+
+// -------------------------------------------------------------------------
+void cpPlugins::Interface::Image::
+SetVTK( vtkObjectBase* o )
 {
+  this->Superclass::SetVTK( o );
+  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$