Package net.imglib2.view.composite
Class NumericComposite.Factory<T extends NumericType<T>>
java.lang.Object
net.imglib2.view.composite.NumericComposite.Factory<T>
- All Implemented Interfaces:
CompositeFactory<T,
NumericComposite<T>>
- Enclosing class:
NumericComposite<T extends NumericType<T>>
public static class NumericComposite.Factory<T extends NumericType<T>>
extends Object
implements CompositeFactory<T,NumericComposite<T>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
numChannels
protected final int numChannels
-
-
Constructor Details
-
Factory
public Factory(int numChannels)
-
-
Method Details
-
create
- Specified by:
create
in interfaceCompositeFactory<T extends NumericType<T>,
NumericComposite<T extends NumericType<T>>>
-