Uses of Class
net.imglib2.transform.integer.shear.AbstractShearTransform
-
Packages that use AbstractShearTransform Package Description net.imglib2.transform.integer.shear -
-
Uses of AbstractShearTransform in net.imglib2.transform.integer.shear
Subclasses of AbstractShearTransform in net.imglib2.transform.integer.shear Modifier and Type Class Description classInverseShearTransformBackward implementation of the most simple case of a shear transform: coordinate[ shearDimension ] -= coordinate[ referenceDimension ]classShearTransformForward implementation of the most simple case of a shear transform: coordinate[ shearDimension ] += coordinate[ referenceDimension ]Fields in net.imglib2.transform.integer.shear declared as AbstractShearTransform Modifier and Type Field Description protected AbstractShearTransformAbstractShearTransform. inverseMethods in net.imglib2.transform.integer.shear that return AbstractShearTransform Modifier and Type Method Description abstract AbstractShearTransformAbstractShearTransform. copy()AbstractShearTransformInverseShearTransform. copy()AbstractShearTransformAbstractShearTransform. inverse()Constructors in net.imglib2.transform.integer.shear with parameters of type AbstractShearTransform Constructor Description AbstractShearTransform(int nDim, int shearDimension, int referenceDimension, AbstractShearTransform inverse)InverseShearTransform(int nDim, int shearDimension, int referenceDimension, AbstractShearTransform inverse)Protected constructor for passing an inverse to avoid construction of unnecessary objects.ShearTransform(int nDim, int shearDimension, int referenceDimension, AbstractShearTransform inverse)Protected constructor for passing an inverse to avoid construction of unnecessary objects.
-