Skip to content
Snippets Groups Projects
Commit f0b53639 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: improving Viewer tutorial

parent 226a87e2
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