public static interface HjDoubleArrayView.HjDoubleArrayView3D extends HjDoubleArrayView
HjDoubleArrayView.HjDoubleArrayView1D, HjDoubleArrayView.HjDoubleArrayView2D, HjDoubleArrayView.HjDoubleArrayView3D
Modifier and Type | Method and Description |
---|---|
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) |
HjRegion.HjRegion3D |
region()
Returns the rectangular region for view.
|
void |
set(double v,
int i,
int j,
int k) |
baseArray
double get(int i, int j, int k)
i
- The first indexj
- The second indexk
- The third indexvoid set(double v, int i, int j, int k)
v
- The new valuei
- The first indexj
- The second indexk
- The third indexvoid inc(double v, int i, int j, int k)
void dec(double v, int i, int j, int k)
HjRegion.HjRegion3D region()
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.