Hi @ all,<br><br>i wanted to test the code of GeodesicActiveContourImageFilter.cxx from the example folder. So I took the core code and build it into my own app. It works great. But If I comment all the secondary writers ("writer1" - "writer4") and their relevant casters etc., which produce the intermediate outputs, I get a fine error message. This doesn't make any sense to me, because the secondary writers do not mess with the primary writer...or what?<br>
<br>Thanx in advance, Michael<br><br>///////////////////////// here is the message ///////////////////////////////////<br>itk::ExceptionObject (0139BD50)<br>Location: "void __thiscall itk::ImageFileWriter<class itk::Image<unsigned char,2> >::Write(void)" <br>
File: c:\programme\itksource\code\io\itkImageFileWriter.txx<br>Line: 271<br>Description: itk::ERROR: ImageFileWriter(09CEBCC0): Largest possible region does not fully contain requested paste IO regionPaste IO region: ImageIORegion (0139BDA8)<br>
Dimension: 2<br> Index: 0 0 <br> Size: 0 0 <br>Largest possible region: ImageRegion (0139BD78)<br> Dimension: 2<br> Index: [0, 0]<br> Size: [0, 0]<br><br><br>