edu.sdsc.mbt.util
Interface OctreeDataItem

All Known Implementing Classes:
OctreeAtomItem

public interface OctreeDataItem

OctreeDataItem interface.

Author:
Apostol Gramada

Method Summary
 double[] getCoordinate()
          Return the coordinate for this data item.
 int getIndex()
          Return the data index associated with this data item.
 

Method Detail

getCoordinate

public double[] getCoordinate()
Return the coordinate for this data item.


getIndex

public int getIndex()
Return the data index associated with this data item.