Package net.imglib2.type.operators
Interface Add<T>
-
- Type Parameters:
T
-
- All Known Subinterfaces:
BooleanType<T>
,ComplexType<T>
,IntegerType<T>
,NumericType<T>
,RealType<T>
- All Known Implementing Classes:
AbstractARGBDoubleType
,AbstractComplexType
,AbstractIntegerBitType
,AbstractIntegerType
,AbstractNumericComposite
,AbstractRealType
,AbstractVolatileNumericType
,AbstractVolatileRealType
,ARGBDoubleType
,ARGBType
,BitType
,BoolType
,ByteType
,ComplexDoubleType
,ComplexFloatType
,DoubleType
,FloatType
,GenericByteType
,GenericIntType
,GenericLongType
,GenericShortType
,IntType
,LongType
,NativeARGBDoubleType
,NumericComposite
,RealComposite
,ShortType
,Unsigned128BitType
,Unsigned12BitType
,Unsigned2BitType
,Unsigned4BitType
,UnsignedByteType
,UnsignedIntType
,UnsignedLongType
,UnsignedShortType
,UnsignedVariableBitLengthType
,VolatileNumericType
,VolatileRealType
public interface Add<T>
- Author:
- Stephan Preibisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(T c)
-
-
-
Method Detail
-
add
void add(T c)
-
-