Uses of Interface
net.imglib2.view.composite.Composite
Packages that use Composite
Package
Description
-
Uses of Composite in net.imglib2.converter
Classes in net.imglib2.converter with type parameters of type CompositeModifier and TypeClassDescriptionclassCompositeChannelConverter<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 CompositeModifier and TypeMethodDescriptionstatic <A, B extends Type<B>>
RandomAccessibleInterval<B> Converters.compose(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(List<RandomAccessibleInterval<A>> components, Converter<Composite<A>, B> composer, 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
Classes in net.imglib2.converter.readwrite that implement interfaces with type arguments of type CompositeFields in net.imglib2.converter.readwrite with type parameters of type CompositeModifier and TypeFieldDescriptionprivate final Function<Sampler<? extends Composite<UnsignedByteType>>, ? extends IntAccess> CompositeARGBSamplerConverter.factoryprivate final Sampler<? extends Composite<UnsignedByteType>> CompositeARGBSamplerConverter.CompositeARGBAccess.samplerprivate final Sampler<? extends Composite<UnsignedByteType>> CompositeARGBSamplerConverter.CompositeRGBAccess.samplerMethods in net.imglib2.converter.readwrite that return types with arguments of type CompositeModifier and TypeMethodDescriptionprivate Function<Sampler<? extends Composite<UnsignedByteType>>, ? extends IntAccess> CompositeARGBSamplerConverter.getAccessFactory(ColorChannelOrder order) Method parameters in net.imglib2.converter.readwrite with type arguments of type CompositeModifier and TypeMethodDescriptionCompositeARGBSamplerConverter.convert(Sampler<? extends Composite<UnsignedByteType>> sampler) Constructor parameters in net.imglib2.converter.readwrite with type arguments of type CompositeModifierConstructorDescriptionCompositeARGBAccess(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 CompositeModifier and TypeMethodDescriptionstatic <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 CompositeModifier and TypeInterfaceDescriptioninterfaceCompositeFactory<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 CompositeModifier and TypeClassDescriptionclassAbstract implementation ofComposite.classAbstractNumericComposite<T extends NumericType<T>, C extends AbstractNumericComposite<T,C>> Abstract base class for a vector ofNumericTypescalars.classA 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 CompositeModifier and TypeFieldDescriptionprotected final CCompositeView.CompositeRandomAccess.compositeInflateView.InflateRandomAccess.compositeInterleaveView.InterleaveRandomAccess.compositeFields in net.imglib2.view.composite with type parameters of type CompositeModifier and TypeFieldDescriptionprotected final RandomAccessible<? extends Composite<T>> InflateView.sourceprotected final RandomAccessible<? extends Composite<T>> InterleaveView.sourceprotected final RandomAccess<? extends Composite<T>> InflateView.InflateRandomAccess.sourceAccessprotected final RandomAccess<? extends Composite<T>> InterleaveView.InterleaveRandomAccess.sourceAccessConstructor parameters in net.imglib2.view.composite with type arguments of type CompositeModifierConstructorDescriptionInflateView(RandomAccessible<? extends Composite<T>> source) InterleaveView(RandomAccessible<? extends Composite<T>> source)