X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FImage.cxx;h=48b90740a68b7a0e6753c344ed32ee2528ac44b9;hb=00b54bc0344d74f31df8b93f7c28a07cfc8d6873;hp=9b55ed27d17cea446ab6e26a8a325ea3ca9905f7;hpb=6f87174af77bf66f8e039f7747237ac0b227b4cb;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Image.cxx b/lib/cpPlugins/Interface/Image.cxx index 9b55ed2..48b9074 100644 --- a/lib/cpPlugins/Interface/Image.cxx +++ b/lib/cpPlugins/Interface/Image.cxx @@ -1,23 +1,25 @@ #include // ------------------------------------------------------------------------- -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$