Skip to content

Commit

Permalink
Fix for streaming, make sure that the output information is correctly
Browse files Browse the repository at this point in the history
reset after reconstruction
  • Loading branch information
Simon Rit committed Oct 24, 2012
1 parent 724f807 commit 10f8e1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/rtkFDKConeBeamReconstructionFilter.txx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ FDKConeBeamReconstructionFilter<TInputImage, TOutputImage, TFFTPrecision>
m_BackProjectionFilter->Update();
m_BackProjectionProbe.Stop();
}

this->GraftOutput( m_BackProjectionFilter->GetOutput() );
this->GenerateOutputInformation();
}

template<class TInputImage, class TOutputImage, class TFFTPrecision>
Expand Down

0 comments on commit 10f8e1b

Please sign in to comment.