public interface ImgPlusService extends ImageJService
ImageJService
that allows one to cast weakly
typed ImgPlus
es to more strongly typed versions.Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
asType(ImgPlus<?> ip,
T type)
Given an ImgPlus of unknown type this returns a typed ImgPlus of a given
type.
|
ImgPlus<ComplexType<?>> |
complex(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
ComplexType.
|
ImgPlus<IntegerType<?>> |
integer(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
IntegerType.
|
ImgPlus<NumericType<?>> |
numeric(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
NumericType.
|
ImgPlus<RealType<?>> |
real(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
RealType.
|
ImgPlus<Type<?>> |
typed(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type Type.
|
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
<T extends Type<T>> ImgPlus<T> asType(ImgPlus<?> ip, T type)
ImgPlus<Type<?>> typed(ImgPlus<?> ip)
ImgPlus<NumericType<?>> numeric(ImgPlus<?> ip)
ImgPlus<ComplexType<?>> complex(ImgPlus<?> ip)
ImgPlus<RealType<?>> real(ImgPlus<?> ip)
ImgPlus<IntegerType<?>> integer(ImgPlus<?> ip)
Copyright © 2014–2022 ImageJ. All rights reserved.