Uses of Class
org.scijava.ops.image.util.UnboundedIntegerType
-
Packages that use UnboundedIntegerType Package Description org.scijava.ops.image.util -
-
Uses of UnboundedIntegerType in org.scijava.ops.image.util
Methods in org.scijava.ops.image.util that return UnboundedIntegerType Modifier and Type Method Description UnboundedIntegerTypeUnboundedIntegerType. copy()UnboundedIntegerTypeUnboundedIntegerType. createVariable()Methods in org.scijava.ops.image.util with parameters of type UnboundedIntegerType Modifier and Type Method Description voidUnboundedIntegerType. add(UnboundedIntegerType val)intUnboundedIntegerType. compareTo(UnboundedIntegerType o)voidUnboundedIntegerType. div(UnboundedIntegerType val)voidUnboundedIntegerType. mul(UnboundedIntegerType val)voidUnboundedIntegerType. pow(UnboundedIntegerType c)voidUnboundedIntegerType. set(UnboundedIntegerType val)voidUnboundedIntegerType. sub(UnboundedIntegerType val)booleanUnboundedIntegerType. valueEquals(UnboundedIntegerType t)Constructors in org.scijava.ops.image.util with parameters of type UnboundedIntegerType Constructor Description UnboundedIntegerType(UnboundedIntegerType other)
-