Interface BoundingBoxVisitor

All Superinterfaces:
MeshVisitor
All Known Implementing Classes:
BoundingBoxVisitorImpl

public interface BoundingBoxVisitor extends MeshVisitor
Stateful computation of a bounding box. First, the visitor is created. Then, it is applied to mesh facets. Finally, the samples are returned.
  • Method Details

    • getBoundingBox

      Box getBoundingBox()
      Returns computed bounding box.
      Returns:
      Bounding box or null