Skip to content

Commit

Permalink
single file LSM ok in gofigure
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://orchestra.med.harvard.edu/svn/megason/Code/GoFigure2@1591 ef826fda-c0ae-4237-af8e-f8dcbcf7929c
  • Loading branch information
Arnaud Gelas committed Oct 13, 2009
1 parent d40d918 commit 6cf81f1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions branches/GoFigure2Beta/Code/GUI/src/QGoMainWindow.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,9 @@ void QGoMainWindow::OpenLSMImage( const QString& iFile, const int& iTimePoint )
}
}
}
//--------------------------------------------------------------------------------
//--------------------------------------------------------------------------

//--------------------------------------------------------------------------
void QGoMainWindow::CreateNewTabFor3DwtImage( vtkLSMReader* iReader, const QString& iFile )
{
QGoTabImageView3DwT* w3t = new QGoTabImageView3DwT;
Expand Down Expand Up @@ -477,7 +478,9 @@ void QGoMainWindow::CreateNewTabFor3DwtImage( vtkLSMReader* iReader, const QStri
this->menuSegmentation->setEnabled( true );
this->CentralTabWidget->setCurrentIndex( idx );
}
//--------------------------------------------------------------------------

//--------------------------------------------------------------------------
void QGoMainWindow::CreateNewTabFor3DImage( vtkImageData* iInput, const QString& iFile )
{
QGoTabImageView3D* w3 = new QGoTabImageView3D;
Expand Down Expand Up @@ -512,7 +515,9 @@ void QGoMainWindow::CreateNewTabFor3DImage( vtkImageData* iInput, const QString&
this->menuSegmentation->setEnabled( true );
this->CentralTabWidget->setCurrentIndex( idx );
}
//--------------------------------------------------------------------------------
//--------------------------------------------------------------------------

//--------------------------------------------------------------------------
void QGoMainWindow::CreateNewTabFor2DImage( vtkImageData* iInput, const QString& iFile )
{
QGoTabImageView2D* w2 = new QGoTabImageView2D;
Expand All @@ -538,9 +543,9 @@ void QGoMainWindow::CreateNewTabFor2DImage( vtkImageData* iInput, const QString&
this->menuSegmentation->setEnabled( true );
this->CentralTabWidget->setCurrentIndex( idx );
}
//--------------------------------------------------------------------------------
//--------------------------------------------------------------------------

//--------------------------------------------------------------------------------
//--------------------------------------------------------------------------
void QGoMainWindow::OpenImageWithITK( const QString& iFile )
{
typedef itk::ImageFileReader< ImageType > ImageReaderType;
Expand Down

0 comments on commit 6cf81f1

Please sign in to comment.