Skip to content
Snippets Groups Projects
Commit 6cc43ce6 authored by Stephan Saalfeld's avatar Stephan Saalfeld
Browse files

fixed missing abstract getImage method

parent f652d546
No related branches found
No related tags found
No related merge requests found
package bdv;
import mpicbg.spim.data.generic.sequence.ImgLoaderHint;
import net.imglib2.RandomAccessibleInterval;
import net.imglib2.Volatile;
......@@ -28,7 +29,7 @@ public abstract class AbstractViewerSetupImgLoader< T, V extends Volatile< T > >
}
@Override
public RandomAccessibleInterval< T > getImage( final int timepointId )
public RandomAccessibleInterval< T > getImage( final int timepointId, final ImgLoaderHint... hints )
{
return getImage( timepointId, 0 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment