#include // ------------------------------------------------------------------------- void cpPlugins::ImageIndexesContainer:: SetITK( itk::LightObject* o ) { this->Superclass::SetITK( o ); bool s = this->_ITK_2_VTK< 2 >( o ); if( !s ) s = this->_ITK_2_VTK< 3 >( o ); if( !s ) { this->m_VTKObject = NULL; this->m_ITKvVTK = NULL; } // fi this->Modified( ); } // ------------------------------------------------------------------------- void cpPlugins::ImageIndexesContainer:: SetVTK( vtkObjectBase* o ) { // Do nothing } // ------------------------------------------------------------------------- cpPlugins::ImageIndexesContainer:: ImageIndexesContainer( ) : Superclass( ) { } // ------------------------------------------------------------------------- cpPlugins::ImageIndexesContainer:: ~ImageIndexesContainer( ) { } // eof - $RCSfile$