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