Package | Description |
---|---|
net.imglib2.view.composite |
Modifier and Type | Class and Description |
---|---|
static class |
GenericComposite.Factory<T> |
static class |
NumericComposite.Factory<T extends NumericType<T>> |
static class |
RealComposite.Factory<T extends RealType<T>> |
Modifier and Type | Field and Description |
---|---|
protected CompositeFactory<T,C> |
CompositeView.compositeFactory |
Constructor and Description |
---|
CompositeIntervalView(RandomAccessibleInterval<T> source,
CompositeFactory<T,C> compositeFactory) |
CompositeView(RandomAccessible<T> source,
CompositeFactory<T,C> compositeFactory) |
Copyright © 2015–2022 ImgLib2. All rights reserved.