public class CheckCorrectness
extends java.lang.Object
Constructor and Description |
---|
CheckCorrectness() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkTargetLeftFront(CompactTriangleMesh_6nNew ds)
Check the correctness of the 'getTarget' operator
|
static boolean |
checkVertexDegree(ArrayBasedHalfedge ds)
Check the correctness of the vertex degree computation
|
static boolean |
checkVertexDegree(ArrayBasedWingededge ds)
Check the correctness of the vertex degree computation
|
static boolean |
checkVertexDegree(CompactTriangleMesh ds)
Check the correctness of the vertex degree computation
|
public static boolean checkVertexDegree(CompactTriangleMesh ds)
Remark: the sum of all vertex degrees must match 2e (twice the number of edges)
public static boolean checkVertexDegree(ArrayBasedHalfedge ds)
Remark: the sum of all vertex degrees must match 2e (twice the number of edges)
public static boolean checkVertexDegree(ArrayBasedWingededge ds)
Remark: the sum of all vertex degrees must match 2e (twice the number of edges)
public static boolean checkTargetLeftFront(CompactTriangleMesh_6nNew ds)
Remark: