Package net.imglib2.transform.integer
Interface BoundingBoxTransform
- All Known Subinterfaces:
ComponentMapping,Mixed,Slicing,Translation
- All Known Implementing Classes:
AbstractMixedTransform,AbstractShearTransform,ComponentMappingTransform,InverseShearTransform,MixedTransform,ShearTransform,SlicingTransform,TranslationTransform,TranslationTransform.InverseTranslationTransform
public interface BoundingBoxTransform
Implemented by Transforms that can transform (easily) a BoundingBox in the
source space to a bounding box in the target space.
- Author:
- Tobias Pietzsch
-
Method Summary
Modifier and TypeMethodDescriptiontransform(BoundingBox boundingBox) Return a transformed bounding box.
-
Method Details
-
transform
Return a transformed bounding box. The transformation can be carried out in-place.- Parameters:
boundingBox-- Returns:
- the transformed bounding box
-