Package net.imglib2.view.composite
-
Interface Summary Interface Description Composite<T> ACompositeis a vector of scalars T.CompositeFactory<T,C extends Composite<T>> A factory to create aCompositevector of scalars T given aRandomAccess. -
Class Summary Class Description AbstractComposite<T> Abstract implementation ofComposite.AbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>> Abstract base class for a vector ofNumericTypescalars.CompositeIntervalView<T,C extends Composite<T>> CompositeView<T,C extends Composite<T>> GenericComposite<T> A generic vector of scalars T.GenericComposite.Factory<T> InflateView<T> InflateViewexpands the composite elements of aRandomAccessibleofCompositeof T into the trailing dimension of an (n+1)-dimensionalRandomAccessibleof T.InterleaveView<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>>