[Insight-users] Streaming + Multithreading

Kevin H. Hobbs kevin.hobbs.1 at ohiou.edu
Thu Feb 3 16:41:53 EST 2005


I was browsing through Code/BasicFilters/itkStreamingImageFilter.txx
trying to understand how the threading works, and it looks to me like
one instance of the streaming filter just marches through the requested
region.

for (piece = 0;
       piece < numDivisions && !this->GetAbortGenerateData();
       piece++)
    {
...

Will there be an instance of the streaming filter per thread?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://public.kitware.com/pipermail/insight-users/attachments/20050203/d9644b4e/attachment.pgp


More information about the Insight-users mailing list