Uses of Class
net.imglib2.transform.integer.BoundingBox
-
Packages that use BoundingBox Package Description net.imglib2.blocks net.imglib2.transform.integer net.imglib2.transform.integer.shear net.imglib2.view -
-
Uses of BoundingBox in net.imglib2.blocks
Methods in net.imglib2.blocks that return BoundingBox Modifier and Type Method Description default BoundingBoxViewNode. bbox()private static BoundingBoxViewAnalyzer. transform(MixedTransform transformToSource, BoundingBox boundingBox)Apply thetransformToSourceto a target bounding box to obtain a source bounding box.Methods in net.imglib2.blocks with parameters of type BoundingBox Modifier and Type Method Description private static BoundingBoxViewAnalyzer. transform(MixedTransform transformToSource, BoundingBox boundingBox)Apply thetransformToSourceto a target bounding box to obtain a source bounding box. -
Uses of BoundingBox in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer that return BoundingBox Modifier and Type Method Description BoundingBoxAbstractMixedTransform. transform(BoundingBox boundingBox)BoundingBoxBoundingBoxTransform. transform(BoundingBox boundingBox)Return a transformed bounding box.Methods in net.imglib2.transform.integer with parameters of type BoundingBox Modifier and Type Method Description BoundingBoxAbstractMixedTransform. transform(BoundingBox boundingBox)BoundingBoxBoundingBoxTransform. transform(BoundingBox boundingBox)Return a transformed bounding box. -
Uses of BoundingBox in net.imglib2.transform.integer.shear
Methods in net.imglib2.transform.integer.shear that return BoundingBox Modifier and Type Method Description BoundingBoxInverseShearTransform. transform(BoundingBox bb)BoundingBoxShearTransform. transform(BoundingBox bb)Methods in net.imglib2.transform.integer.shear with parameters of type BoundingBox Modifier and Type Method Description BoundingBoxInverseShearTransform. transform(BoundingBox bb)BoundingBoxShearTransform. transform(BoundingBox bb) -
Uses of BoundingBox in net.imglib2.view
Fields in net.imglib2.view declared as BoundingBox Modifier and Type Field Description protected BoundingBoxTransformBuilder. boundingBoxInterval transformed to the currently visited view.
-