public interface VoxelArrayND
| Modifier and Type | Method and Description |
|---|---|
VoxelArrayND |
copy() |
double[] |
get(int[] index) |
int[] |
getInverseLocalIndex(int index) |
double[] |
getLocal(int localIndex) |
int |
getLocalIndex(int[] index) |
int |
getLocalStorageDim() |
int |
getValueDimension() |
void |
initialiseWithValue(double val) |
void |
set(int[] index,
double[] val) |
void |
setLocal(int localIndex,
double[] val) |
VoxelArrayND copy()
double[] get(int[] index)
int[] getInverseLocalIndex(int index)
double[] getLocal(int localIndex)
int getLocalIndex(int[] index)
int getLocalStorageDim()
int getValueDimension()
void initialiseWithValue(double val)
void set(int[] index,
double[] val)
void setLocal(int localIndex,
double[] val)
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.