| Package | Description |
|---|---|
| htm.core |
| Modifier and Type | Field and Description |
|---|---|
(package private) HTMindexImp |
HTMedge.tree_ |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Domain.intersect(HTMindexImp idx,
HTMrange range,
boolean varlen)
Intersect with index.
|
void |
Convex.intersect(HTMindexImp idx,
HTMrange htmrange,
boolean varlen)
Intersect with index.
|
(package private) int |
Convex.NC(HTMindexImp idx,
int n,
int m) |
(package private) short |
Convex.testNode(int nodeIndex,
HTMindexImp idx)
the same routine as above, but for a given saved node
|
(package private) void |
Convex.testPartial(int level,
long id,
Vector3d v0,
Vector3d v1,
Vector3d v2,
int PPrev,
HTMindexImp idx,
HTMrange range,
boolean varlen)
test a triangle's subtriangles whether they are partial.
|
(package private) short |
Convex.testTrixel(int id,
HTMindexImp idx,
HTMrange range,
boolean varlen)
TestTrixel: this is the main test of a trixel vs a Convex.
|
| Constructor and Description |
|---|
HTMedge(HTMindexImp tree,
int layerindex)
Constructor : give the tree and its layer
|