public class Cell<T extends Type<T>,A extends ArrayDataAccess<A>> extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
cellId |
protected A |
data |
protected int[] |
dim |
protected int |
numDimensions |
protected int |
numEntities |
protected int |
numPixels |
protected int[] |
offset |
protected int[] |
step |
Constructor and Description |
---|
Cell(A creator,
int cellId,
int[] dim,
int[] offset,
int entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
protected void |
close() |
int |
getCellId() |
A |
getData() |
void |
getDimensions(int[] dim) |
int |
getNumEntities() |
int |
getNumPixels() |
void |
getOffset(int[] offset) |
int |
getPosGlobal(int[] l) |
void |
getSteps(int[] step) |
protected final int[] offset
protected final int[] step
protected final int[] dim
protected final int cellId
protected final int numDimensions
protected final int numPixels
protected final int numEntities
protected final A extends ArrayDataAccess<A> data
public Cell(A creator, int cellId, int[] dim, int[] offset, int entitiesPerPixel)
public A getData()
protected void close()
public int getNumPixels()
public int getNumEntities()
public void getDimensions(int[] dim)
public void getSteps(int[] step)
public int getCellId()
public void getOffset(int[] offset)
public final int getPosGlobal(int[] l)
Copyright © 2015–2021 Fiji. All rights reserved.