Skip to content
Snippets Groups Projects
Commit 78c328f1 authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Add new 'flag'-method `supportParallelLoading` to IPlaneLoader.

Method `supportParallelLoading` returns true if the current loader can
utilize more threads when loading plane data.

For example ImageJBufferLoader can use more threads, because all data
are already in memory.

On the other hand SCIFIOLoader fails to utilize more threads with single
IReader, we would have to create per-thread reader.
parent c6482399
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment