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