ClusterMethod¶
ferreus_rmt.ClusterMethod
¶
Bases: Enum
Vertex clustering mode.
None_ = 0
class-attribute
instance-attribute
¶
No vertex clustering is performed. Raw marching tetrahedra triangles are produced.
Average = 1
class-attribute
instance-attribute
¶
Cluster topology-compatible intersections to their arithmetic mean.
CurvatureWeighted = 2
class-attribute
instance-attribute
¶
Cluster topology-compatible intersections using the local curvature estimate.