Package net.imglib2.view.composite
package net.imglib2.view.composite
-
ClassDescriptionAbstract implementation of
Composite.Abstract base class for a vector ofNumericTypescalars.Composite<T>ACompositeis a vector of scalars T.CompositeFactory<T, C extends Composite<T>>A factory to create aCompositevector of scalars T given aRandomAccess.CompositeIntervalView<T, C extends Composite<T>>CompositeView<T, C extends Composite<T>>A generic vector of scalars T.InflateView<T>InflateViewexpands the composite elements of aRandomAccessibleofCompositeof T into the trailing dimension of an (n+1)-dimensionalRandomAccessibleof T.NumericComposite<T extends NumericType<T>>A vector ofNumericTypescalars.NumericComposite.Factory<T extends NumericType<T>>RealComposite<T extends RealType<T>>A vector ofRealTypescalars.RealComposite.Factory<T extends RealType<T>>