public class FileArrayCellGroup extends FileCellGroup
Modifier and Type | Field and Description |
---|---|
protected int[] |
borrowedVIndices |
protected FDLDescriptor |
borrowedVIndicesFDLD |
protected float[] |
data |
protected int |
numBorrowedCells |
protected int |
numOwnedCells |
protected int[] |
ownedVIndices |
protected FDLDescriptor |
ownedVIndicesFDLD |
protected float[] |
points |
protected FDLDescriptor |
vAttrFDLD |
protected FDLDescriptor |
vInfoFDLD |
backedByFile, coordsRS, dataRS, inMemory, vIndexFdlName, vIndicesRS, vInfoFdlName
bounds, dimensionality, numCells
Constructor and Description |
---|
FileArrayCellGroup(GBounds bounds,
java.lang.String vIndicesFDLName,
RecordSpec vIndicesRS,
java.lang.String pointInfoFDLName,
RecordSpec pointRS,
RecordSpec dataRS) |
Modifier and Type | Method and Description |
---|---|
void |
empty()
Destroy references to cell data.
|
Cell |
findEnclosingCell(Point p) |
int |
getNumCells() |
int |
readCells() |
boolean |
register(TriangleCell cell) |
java.lang.String |
toString()
Return a String representing the object.
|
java.lang.String |
toString(java.lang.String indent)
Return a String representing the object indented by the argument string.
|
int |
writeCells(java.lang.String dataFileName) |
inMemory
dim, setNumCells
protected int[] ownedVIndices
protected int[] borrowedVIndices
protected float[] points
protected float[] data
protected int numOwnedCells
protected int numBorrowedCells
protected FDLDescriptor vAttrFDLD
protected FDLDescriptor ownedVIndicesFDLD
protected FDLDescriptor borrowedVIndicesFDLD
protected FDLDescriptor vInfoFDLD
public FileArrayCellGroup(GBounds bounds, java.lang.String vIndicesFDLName, RecordSpec vIndicesRS, java.lang.String pointInfoFDLName, RecordSpec pointRS, RecordSpec dataRS)
public boolean register(TriangleCell cell)
public Cell findEnclosingCell(Point p)
findEnclosingCell
in class CellGroup
public final int getNumCells()
getNumCells
in class CellGroup
public int readCells()
public int writeCells(java.lang.String dataFileName)
writeCells
in class FileCellGroup
public void empty()
public java.lang.String toString()