Package cz.fidentis.analyst.engines.bbox
Interface BoundingBoxVisitor
- All Superinterfaces:
MeshVisitor
- All Known Implementing Classes:
BoundingBoxVisitorImpl
Stateful computation of a bounding box.
First, the visitor is created. Then, it is applied to mesh facets. Finally, the samples are returned.
-
Method Summary
Methods inherited from interface cz.fidentis.analyst.data.mesh.MeshVisitor
dispose, isThreadSafe, visitMeshFacet
-
Method Details
-
getBoundingBox
Box getBoundingBox()Returns computed bounding box.- Returns:
- Bounding box or
null
-