public abstract class RectCellBlock extends CellBlock
attributeOrder, axisOrdering, axisWeights, bounds, dataOrder, dimensionality, numAttributes, pointOrder, recordDesc| Constructor and Description |
|---|
RectCellBlock()
Construct a RectCellBlock without arguments
|
RectCellBlock(DataBlock b)
Construct a RectCellBlock from a given DataBlock
|
RectCellBlock(ISBounds isb,
AxisOrdering ordering,
RecordDescriptor recordDesc)
Construct a RectCellBlock with the given bounds, axis axisOrdering and
RecordDescriptor.
|
RectCellBlock(ISBounds isb,
RecordDescriptor recordDesc)
Construct a RectCellBlock with the given bounds and number of
attributes
|
| Modifier and Type | Method and Description |
|---|---|
int |
size()
Deprecated.
use volume() instead
Size of the CellBlock
The size is the size of the volume it represents in points.
|
int |
volume()
Size of the CellBlock
The size is the size of the volume it represents in points.
|
getValues, setByAttribute, setByte, setBytes, setBytes, setBytesByAttribute, setBytesByPoint, setDatum, setDouble, setDoubles, setDoubles, setDoublesByAttribute, setDoublesByPoint, setFloat, setFloats, setFloats, setFloatsByAttribute, setFloatsByPoint, setInt, setInts, setInts, setIntsByAttribute, setIntsByPoint, setShort, setShorts, setShorts, setShortsByAttribute, setShortsByPoint, setValues, setValues, setValuesByAttribute, setValuesByPoint, toStringbyteSize, computeOffset, computeOffset, copyBounds, createDataBlock, createDataBlock, createDataBlock, createDatum, createDatum, createDatum, createDatum, createDatum, createDatum, datum, datum, datum, datum, datum, datum, datum, dim, getAttributeNames, getAxisOrdering, getAxisWeight, getAxisWeights, getBounds, getByte, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytesByAttribute, getBytesByAttribute, getBytesByPoint, getBytesByPoint, getDataOrder, getDimensionsArray, getDouble, getDoubles, getDoubles, getDoubles, getDoubles, getDoubles, getDoubles, getDoublesByAttribute, getDoublesByAttribute, getDoublesByPoint, getDoublesByPoint, getFloat, getFloats, getFloats, getFloats, getFloats, getFloats, getFloats, getFloatsByAttribute, getFloatsByAttribute, getFloatsByPoint, getFloatsByPoint, getInt, getInts, getInts, getInts, getInts, getInts, getInts, getIntsByAttribute, getIntsByAttribute, getIntsByPoint, getIntsByPoint, getLowerBoundsArray, getNumAttributes, getRecordDescriptor, getShort, getShorts, getShorts, getShorts, getShorts, getShorts, getShorts, getShortsByAttribute, getShortsByAttribute, getShortsByPoint, getShortsByPoint, getStorageType, getUpperBoundsArray, getValues, getValuesByAttribute, getValuesByPoint, longVolume, setAxisOrdering, setBounds, setRecordDescriptor, subblock, subblock, subblock, subblock, subblock, subblock, subblock, subblock, subblock, subblock, subblock, subblock, useBytesOnlypublic RectCellBlock()
public RectCellBlock(ISBounds isb, AxisOrdering ordering, RecordDescriptor recordDesc)
public RectCellBlock(ISBounds isb, RecordDescriptor recordDesc)
public RectCellBlock(DataBlock b)
public int volume()
volume in class DataCollectionpublic int size()
DataCollectionsize in class DataCollection