Uses of Interface
net.imglib2.transform.integer.ComponentMapping
Packages that use ComponentMapping
-
Uses of ComponentMapping in net.imglib2.transform.integer
Classes in net.imglib2.transform.integer that implement ComponentMappingModifier and TypeClassDescriptionclass
Map the components of the source vector to obtain the target vector, for instance transform (x,y,z) to (x,z,y).Methods in net.imglib2.transform.integer that return types with arguments of type ComponentMappingModifier and TypeMethodDescriptionComponentMappingTransform.getConcatenableClass()
ComponentMappingTransform.getPreConcatenableClass()
Methods in net.imglib2.transform.integer with parameters of type ComponentMappingModifier and TypeMethodDescriptionComponentMappingTransform.concatenate
(ComponentMapping t) ComponentMappingTransform.preConcatenate
(ComponentMapping t)