
public static final class ArrayView3D.DoubleArrayView3D extends ArrayView3D implements HjDoubleArrayView.HjDoubleArrayView3D
ArrayView3D.DoubleArrayView3D, ArrayView3D.IntArrayView3DHjDoubleArrayView.HjDoubleArrayView1D, HjDoubleArrayView.HjDoubleArrayView2D, HjDoubleArrayView.HjDoubleArrayView3Doffset, shape| Constructor and Description |
|---|
DoubleArrayView3D(double[] pDataRavel,
int pOffset,
HjRegion.HjRegion3D pShape)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
baseArray()
The raw Java 1-D array wrapped by the array view.
|
void |
dec(double v,
int i,
int j,
int k) |
double |
get(int i,
int j,
int k) |
void |
inc(double v,
int i,
int j,
int k) |
void |
set(double v,
int i,
int j,
int k) |
region, toLinearIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregionpublic DoubleArrayView3D(double[] pDataRavel,
int pOffset,
HjRegion.HjRegion3D pShape)
public double[] baseArray()
HjDoubleArrayViewbaseArray in interface HjDoubleArrayViewpublic double get(int i,
int j,
int k)
get in interface HjDoubleArrayView.HjDoubleArrayView3Di - The first indexj - The second indexk - The third indexpublic void set(double v,
int i,
int j,
int k)
set in interface HjDoubleArrayView.HjDoubleArrayView3Dv - The new valuei - The first indexj - The second indexk - The third indexpublic void inc(double v,
int i,
int j,
int k)
inc in interface HjDoubleArrayView.HjDoubleArrayView3Dpublic void dec(double v,
int i,
int j,
int k)
dec in interface HjDoubleArrayView.HjDoubleArrayView3DCopyright © 2015 Rice University - Department of Computer Science. All rights reserved.