public abstract class ArrayView3D extends Object
Abstract ArrayView3D class.
Modifier and Type | Class and Description |
---|---|
static class |
ArrayView3D.DoubleArrayView3D |
static class |
ArrayView3D.IntArrayView3D |
Modifier and Type | Field and Description |
---|---|
protected int |
offset |
protected HjRegion.HjRegion3D |
shape |
Constructor and Description |
---|
ArrayView3D(HjRegion.HjRegion3D pShape,
int pOffset)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
HjRegion.HjRegion3D |
region()
region.
|
protected int |
toLinearIndex(int i,
int j,
int k)
toLinearIndex.
|
protected final int offset
protected final HjRegion.HjRegion3D shape
public ArrayView3D(HjRegion.HjRegion3D pShape, int pOffset)
pShape
- a HjRegion.HjRegion3D
object.pOffset
- a int.public HjRegion.HjRegion3D region()
region.
HjRegion.HjRegion3D
object.protected final int toLinearIndex(int i, int j, int k)
toLinearIndex.
i
- a int.j
- a int.k
- a int.Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.