Interface CurvatureVisitor
- All Superinterfaces:
MeshVisitor
- All Known Implementing Classes:
CurvatureVisitorImpl
Stateful computation of curvature.
First, the visitor is created. Then, it is applied to mesh facets. Finally, the samples are returned.
The visitor returns nothing. Therefore, there is no "get result" method available. It just sets the curvature values of inspected meshes. All curvature algorithms suppose that the triangle vertices are oriented clockwise!
-
Method Summary
Methods inherited from interface cz.fidentis.analyst.data.mesh.MeshVisitor
dispose, isThreadSafe, visitMeshFacet