
public static final class ArrayView3D.IntArrayView3D extends ArrayView3D implements HjIntArrayView.HjIntArrayView3D
ArrayView3D.DoubleArrayView3D, ArrayView3D.IntArrayView3DHjIntArrayView.HjIntArrayView1D, HjIntArrayView.HjIntArrayView2D, HjIntArrayView.HjIntArrayView3Doffset, shape| Constructor and Description |
|---|
IntArrayView3D(int[] pDataRavel,
int pOffset,
HjRegion.HjRegion3D pShape)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
baseArray()
The raw Java 1-D array wrapped by the array view.
|
void |
dec(int v,
int i,
int j,
int k) |
int |
get(int i,
int j,
int k) |
void |
inc(int v,
int i,
int j,
int k) |
void |
set(int v,
int i,
int j,
int k) |
region, toLinearIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregionpublic IntArrayView3D(int[] pDataRavel,
int pOffset,
HjRegion.HjRegion3D pShape)
public int[] baseArray()
HjIntArrayViewbaseArray in interface HjIntArrayViewpublic int get(int i,
int j,
int k)
get in interface HjIntArrayView.HjIntArrayView3Di - The first indexj - The second indexk - The third indexpublic void set(int v,
int i,
int j,
int k)
set in interface HjIntArrayView.HjIntArrayView3Dv - The new valuei - The first indexj - The second indexk - The third indexpublic void inc(int v,
int i,
int j,
int k)
inc in interface HjIntArrayView.HjIntArrayView3Dpublic void dec(int v,
int i,
int j,
int k)
dec in interface HjIntArrayView.HjIntArrayView3DCopyright © 2015 Rice University - Department of Computer Science. All rights reserved.