jhu.htmIndex
Class SpatialLayer

java.lang.Object
  |
  +--jhu.htmIndex.SpatialLayer

class SpatialLayer
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level_

public int level_

nVert_

public int nVert_

nNode_

public int nNode_

nEdge_

public int nEdge_

firstIndex_

public int firstIndex_

firstVertex_

public int firstVertex_
Constructor Detail

SpatialLayer

SpatialLayer()