|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.lattice.CellGroup
edu.unh.sdb.lattice.InCoreArrayCellGroup
public class InCoreArrayCellGroup
Field Summary | |
---|---|
protected int[] |
cellIndices
|
protected float[] |
coords
|
protected float[] |
data
|
protected int |
lastIndex
|
protected int |
numAttributes
|
protected int[] |
vIndices
|
Fields inherited from class edu.unh.sdb.lattice.CellGroup |
---|
bounds, dimensionality, numCells |
Constructor Summary | |
---|---|
InCoreArrayCellGroup(GBounds bounds,
int[] vIndices,
float[] coords,
float[] data,
int numAttributes,
DataBlock cellIndicesBlock,
ISIterator iter)
|
Method Summary | |
---|---|
Cell |
findEnclosingCell(Point p)
|
int |
getNumCells()
|
boolean |
register(int cellIndex)
|
Methods inherited from class edu.unh.sdb.lattice.CellGroup |
---|
dim, setNumCells, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int[] cellIndices
protected int[] vIndices
protected float[] coords
protected float[] data
protected int numAttributes
protected int lastIndex
Constructor Detail |
---|
public InCoreArrayCellGroup(GBounds bounds, int[] vIndices, float[] coords, float[] data, int numAttributes, DataBlock cellIndicesBlock, ISIterator iter)
Method Detail |
---|
public boolean register(int cellIndex)
public Cell findEnclosingCell(Point p)
findEnclosingCell
in class CellGroup
public final int getNumCells()
getNumCells
in class CellGroup
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |