Package net.imglib2

Interface Typed<T>

    • Method Detail

      • getType

        T getType()
        Get an instance of T.

        It should not be assumed that the returned T instance is an independent copy. In particular, repeated calls to getType() may return the same instance.

        Returns:
        an instance of T