Package net.imglib2.view.composite
Interface Composite<T>
- All Known Implementing Classes:
AbstractComposite,AbstractNumericComposite,GenericComposite,NumericComposite,RealComposite
public interface Composite<T>
A
Composite is a vector of scalars T.- Author:
- Stephan Saalfeld
-
Method Summary
-
Method Details
-
get
Get the ith scalar value of theComposite.- Parameters:
i-- Returns:
-