#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( ) { this->m_ClassName = "cpPlugins::Interface::Image"; this->m_ClassCategory = "BasicObject"; } // ------------------------------------------------------------------------- cpPlugins::Interface::Image:: ~Image( ) { } // eof - $RCSfile$