Uses of Class
net.imglib2.transform.integer.BoundingBox
-
Packages that use BoundingBox Package Description net.imglib2.transform.integer net.imglib2.transform.integer.shear net.imglib2.view -
-
Uses of BoundingBox in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer that return BoundingBox Modifier and Type Method Description BoundingBox
AbstractMixedTransform. transform(BoundingBox boundingBox)
BoundingBox
BoundingBoxTransform. transform(BoundingBox boundingBox)
Return a transformed bounding box.Methods in net.imglib2.transform.integer with parameters of type BoundingBox Modifier and Type Method Description BoundingBox
AbstractMixedTransform. transform(BoundingBox boundingBox)
BoundingBox
BoundingBoxTransform. 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 BoundingBox
InverseShearTransform. transform(BoundingBox bb)
BoundingBox
ShearTransform. transform(BoundingBox bb)
Methods in net.imglib2.transform.integer.shear with parameters of type BoundingBox Modifier and Type Method Description BoundingBox
InverseShearTransform. transform(BoundingBox bb)
BoundingBox
ShearTransform. transform(BoundingBox bb)
-
Uses of BoundingBox in net.imglib2.view
Fields in net.imglib2.view declared as BoundingBox Modifier and Type Field Description protected BoundingBox
TransformBuilder. boundingBox
Interval transformed to the currently visited view.
-