Skip to content
Snippets Groups Projects
Commit 18ec56a1 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

MRG

parents 75129764 f0b53639
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,18 @@ int main( int argc, char * argv[] )
viewer->SetImage(filter->GetOutput());
// Software Guide : EndCodeSnippet
// Software Guide : BeginLatex
//
// When you open several reader, this is handy to be able to identify
// each one. This can be done using
// \code{SetLabel()}.
//
// Software Guide : EndLatex
// Software Guide : BeginCodeSnippet
viewer->SetLabel(argv[1]);
// Software Guide : EndCodeSnippet
// Software Guide : BeginLatex
//
// We trigger the pipeline execution and the image display
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment