Class ViewPropertiesOrError<T extends NativeType<T>, R extends NativeType<R>>

java.lang.Object
net.imglib2.blocks.ViewPropertiesOrError<T,R>

class ViewPropertiesOrError<T extends NativeType<T>, R extends NativeType<R>> extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • isSupported

      public boolean isSupported()
      Whether PrimitiveBlocks copying from the view is supported, at all, either fully or via the fall-back implementation.
      Returns:
      true, if PrimitiveBlocks copying from the view is supported, at all.
    • isFullySupported

      public boolean isFullySupported()
      Whether optimized PrimitiveBlocks copying from the view is supported.
      Returns:
      true, if optimized PrimitiveBlocks copying from the view is supported.
    • getViewProperties

      public ViewProperties<T,R> getViewProperties()
    • getFallbackProperties

      public FallbackProperties<T> getFallbackProperties()
    • getErrorMessage

      public String getErrorMessage()