Package net.imglib2.view.composite
Interface Composite<T>
-
- All Known Implementing Classes:
AbstractComposite
,AbstractNumericComposite
,GenericComposite
,NumericComposite
,RealComposite
public interface Composite<T>
AComposite
is a vector of scalars T.- Author:
- Stephan Saalfeld
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get(long i)
Get the ith scalar value of theComposite
.
-