Uses of Interface
net.imglib2.view.composite.Composite
-
Packages that use Composite Package Description net.imglib2.converter net.imglib2.view.composite -
-
Uses of Composite in net.imglib2.converter
Classes in net.imglib2.converter with type parameters of type Composite Modifier and Type Class Description class
CompositeChannelConverter<T extends Type<T>,A extends Composite<T>>
A converter to extract one channel of aComposite
. -
Uses of Composite in net.imglib2.view.composite
Classes in net.imglib2.view.composite with type parameters of type Composite Modifier and Type Interface Description interface
CompositeFactory<T,C extends Composite<T>>
A factory to create aComposite
vector of scalars T given aRandomAccess
.class
CompositeIntervalView<T,C extends Composite<T>>
class
CompositeView<T,C extends Composite<T>>
Classes in net.imglib2.view.composite that implement Composite Modifier and Type Class Description class
AbstractComposite<T>
Abstract implementation ofComposite
.class
AbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>>
Abstract base class for a vector ofNumericType
scalars.class
GenericComposite<T>
A generic vector of scalars T.class
NumericComposite<T extends NumericType<T>>
A vector ofNumericType
scalars.class
RealComposite<T extends RealType<T>>
A vector ofRealType
scalars.Fields in net.imglib2.view.composite declared as Composite Modifier and Type Field Description protected C
CompositeView.CompositeRandomAccess. composite
-