|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jhu.htmIndex.SpatialLayer
SpatialLayer structure - used internally by SpatialIndex. Stores layer level, number of vertices in that level, number of edges, nodes, the index of the first leaf node and the index of the first new vertex.
Field Summary | |
int |
firstIndex_
|
int |
firstVertex_
|
int |
level_
|
int |
nEdge_
|
int |
nNode_
|
int |
nVert_
|
Constructor Summary | |
(package private) |
SpatialLayer()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public int level_
public int nVert_
public int nNode_
public int nEdge_
public int firstIndex_
public int firstVertex_
Constructor Detail |
SpatialLayer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |