Class BoundingBoxVisitorImpl
java.lang.Object
cz.fidentis.analyst.engines.bbox.impl.BoundingBoxVisitorImpl
- All Implemented Interfaces:
MeshVisitor
,BoundingBoxVisitor
,Serializable
Visitor that computes a 3D bounding box (cube).
This visitor is thread-safe.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns computed bounding box.void
visitMeshFacet
(MeshFacet facet) The inspection method to be implemented by specific visitors.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cz.fidentis.analyst.data.mesh.MeshVisitor
dispose, isThreadSafe
-
Constructor Details
-
BoundingBoxVisitorImpl
public BoundingBoxVisitorImpl()
-
-
Method Details
-
visitMeshFacet
Description copied from interface:MeshVisitor
The inspection method to be implemented by specific visitors.- Specified by:
visitMeshFacet
in interfaceMeshVisitor
- Parameters:
facet
- Mesh facet to be visited.
-
getBoundingBox
Description copied from interface:BoundingBoxVisitor
Returns computed bounding box.- Specified by:
getBoundingBox
in interfaceBoundingBoxVisitor
- Returns:
- Bounding box or
null
-