public class LRBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int[] |
edgeTag |
static int[] |
faceTag |
Constructor and Description |
---|
LRBuilder() |
Modifier and Type | Method and Description |
---|---|
static double |
createLRFromHalfedge(CompactHalfedge che,
int seed)
Compute the storage cost of LR
|
static double |
sizeLR(int n,
int n0,
int n1i,
int isolated) |
public static double createLRFromHalfedge(CompactHalfedge che, int seed)
che
- Compact half-edge data structure storing the input triangle mesh (no boudnaries)seed
- starting seed (half-edge/corner)public static double sizeLR(int n, int n0, int n1i, int isolated)