[Insight-developers] ImageFileReader ::GenerateOutputInformation() & pipeline Update()
Luis Ibanez
luis.ibanez@kitware.com
Thu, 25 Apr 2002 22:37:52 -0400
Damion,
The ImageFileReader now has a GenerateOutputInformation()
method. It initialize the regions on the output image and performs
the allocation.
It is no longer necessary to call Update() explicitly in the reader
before running the pipeline. Just make sure that the filename
has been provided to the reader... any error (or problem) during
the reading process will throw an exception.
Luis