Uses of Class
net.imglib2.transform.integer.BoundingBox
Packages that use BoundingBox
Package
Description
-
Uses of BoundingBox in net.imglib2.blocks
Methods in net.imglib2.blocks that return BoundingBoxModifier and TypeMethodDescriptiondefault 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 BoundingBoxModifier and TypeMethodDescriptionprivate 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 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 BoundingBoxTransformBuilder.boundingBoxInterval transformed to the currently visited view.