#include // ------------------------------------------------------------------------- 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( ) : Superclass( ) { } // ------------------------------------------------------------------------- cpPlugins::Interface::Image:: ~Image( ) { } // eof - $RCSfile$