Uses of Interface
net.imglib2.view.composite.Composite
-
Packages that use Composite Package Description net.imglib2.converter net.imglib2.converter.readwrite net.imglib2.view 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 classCompositeChannelConverter<T extends Type<T>,A extends Composite<T>>A converter to extract one channel of aComposite.Method parameters in net.imglib2.converter with type arguments of type Composite Modifier and Type Method Description static <A,B extends Type<B>>
RandomAccessibleInterval<B>Converters. compose(java.util.List<RandomAccessibleInterval<A>> components, Converter<Composite<A>,B> composer, B targetType)Compose a list of sameIntervaland sameTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A,B extends Type<B>>
RandomAccessibleInterval<B>Converters. compose2(java.util.List<RandomAccessibleInterval<A>> components, Converter<Composite<A>,B> composer, java.util.function.Supplier<B> targetSupplier)Compose a list of sameIntervaland sameTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B. -
Uses of Composite in net.imglib2.converter.readwrite
Fields in net.imglib2.converter.readwrite with type parameters of type Composite Modifier and Type Field Description private java.util.function.Function<Sampler<? extends Composite<UnsignedByteType>>,? extends IntAccess>CompositeARGBSamplerConverter. factoryprivate Sampler<? extends Composite<UnsignedByteType>>CompositeARGBSamplerConverter.CompositeARGBAccess. samplerprivate Sampler<? extends Composite<UnsignedByteType>>CompositeARGBSamplerConverter.CompositeRGBAccess. samplerMethods in net.imglib2.converter.readwrite that return types with arguments of type Composite Modifier and Type Method Description private java.util.function.Function<Sampler<? extends Composite<UnsignedByteType>>,? extends IntAccess>CompositeARGBSamplerConverter. getAccessFactory(ColorChannelOrder order)Method parameters in net.imglib2.converter.readwrite with type arguments of type Composite Modifier and Type Method Description ARGBTypeCompositeARGBSamplerConverter. convert(Sampler<? extends Composite<UnsignedByteType>> sampler)Constructor parameters in net.imglib2.converter.readwrite with type arguments of type Composite Constructor Description CompositeARGBAccess(Sampler<? extends Composite<UnsignedByteType>> sampler)CompositeRGBAccess(Sampler<? extends Composite<UnsignedByteType>> sampler) -
Uses of Composite in net.imglib2.view
Method parameters in net.imglib2.view with type arguments of type Composite Modifier and Type Method Description static <T> InflateView<T>Views. inflate(RandomAccessible<? extends Composite<T>> source)Inflate an n-dimensionalRandomAccessibleofCompositeof T into an n+1-dimensonalRandomAccessibleof T.static <T> InterleaveView<T>Views. interleave(RandomAccessible<? extends Composite<T>> source)Interleave an n-dimensionalRandomAccessibleofCompositeof T into an n+1-dimensonalRandomAccessibleof T. -
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 interfaceCompositeFactory<T,C extends Composite<T>>A factory to create aCompositevector of scalars T given aRandomAccess.classCompositeIntervalView<T,C extends Composite<T>>classCompositeView<T,C extends Composite<T>>Classes in net.imglib2.view.composite that implement Composite Modifier and Type Class Description classAbstractComposite<T>Abstract implementation ofComposite.classAbstractNumericComposite<T extends NumericType<T>,C extends AbstractNumericComposite<T,C>>Abstract base class for a vector ofNumericTypescalars.classGenericComposite<T>A generic vector of scalars T.classNumericComposite<T extends NumericType<T>>A vector ofNumericTypescalars.classRealComposite<T extends RealType<T>>A vector ofRealTypescalars.Fields in net.imglib2.view.composite declared as Composite Modifier and Type Field Description protected CCompositeView.CompositeRandomAccess. compositeprotected Composite<T>InflateView.InflateRandomAccess. compositeprotected Composite<T>InterleaveView.InterleaveRandomAccess. compositeFields in net.imglib2.view.composite with type parameters of type Composite Modifier and Type Field Description protected RandomAccessible<? extends Composite<T>>InflateView. sourceprotected RandomAccessible<? extends Composite<T>>InterleaveView. sourceprotected RandomAccess<? extends Composite<T>>InflateView.InflateRandomAccess. sourceAccessprotected RandomAccess<? extends Composite<T>>InterleaveView.InterleaveRandomAccess. sourceAccessConstructor parameters in net.imglib2.view.composite with type arguments of type Composite Constructor Description InflateView(RandomAccessible<? extends Composite<T>> source)InterleaveView(RandomAccessible<? extends Composite<T>> source)
-