Package | Description |
---|---|
scarst |
Modifier and Type | Method and Description |
---|---|
static int[] |
ScarstOtBuilder_old.computeAdditionalReferences(MinPlanarTriSchnyderWood sw)
Deprecated.
Compute all additional references (only for 'special' edges).
|
static int[] |
ScarstOtBuilder_old.computeAdditionalReferences2n(MinPlanarTriSchnyderWood sw)
Deprecated.
Preliminary version, for estimating the size of the adaptive compact data structure with vertex reordering.
|
static int[] |
ScarstOtBuilder_old.computeEdgeRankAndIndegrees(MinPlanarTriSchnyderWood sw,
int[][] indegree)
Deprecated.
Given a planar triangulation endowed with a Schnyder wood, it computes:
-) the edge rank, for each edge: the rank of an edge 'e=(u, v)' of color 'c', among all edges incoming at 'v', of color 'c'. |
boolean[] |
ScarstOtBuilder_old.computeIndegrees(MinPlanarTriSchnyderWood sw)
Deprecated.
Return an array of '3*n' booleans having an entry for each edge 'e=(u, v)'.
|
static double |
ScarstOtBuilder_old.evaluateSize(MinPlanarTriSchnyderWood sw)
Deprecated.
Computes the proportion of special edges for the data structure with worst case bound of 3.33 rpv
and return the total storage (expressed as rpv)
|
static boolean |
ScarstOtBuilder_old.isSpecialRightmoRedEdge(MinPlanarTriSchnyderWood sw,
MinHalfedge e)
Deprecated.
Compute all additional references (only for 'special' edges).
|
Constructor and Description |
---|
CompactMeshBuilder_5n(MinPlanarTriSchnyderWood cut)
Deprecated.
|
CompactMeshBuilder_6n(MinPlanarTriSchnyderWood cut) |
CompactMeshBuilder(MinPlanarTriSchnyderWood cut) |
ScarstOtBuilder_old(MinPlanarTriSchnyderWood cut)
Deprecated.
|