|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Grid3D | |
---|---|
edu.stanford.rsl.konrad.data | |
edu.stanford.rsl.konrad.reconstruction | Contains classes to implement different reconstruction algorithms. |
Uses of Grid3D in edu.stanford.rsl.konrad.data |
---|
Methods in edu.stanford.rsl.konrad.data with parameters of type Grid3D | |
---|---|
static void |
InterpolationOperators.addInterpolateLinear(Grid3D grid,
double i,
double j,
double k,
float val)
Linear extrapolation into a 3D Grid |
static void |
PointwiseOperators.fill(Grid3D grid,
float val)
Fill a 3D Grid with the given value, including boundaries |
static void |
BoundaryOperators.fillBoundary(Grid3D grid,
float val)
Fill all boundaries of a 3D Grid with the given value |
static float |
InterpolationOperators.interpolateLinear(Grid3D grid,
double i,
double j,
double k)
Linear interpolation of a 3D Grid |
Uses of Grid3D in edu.stanford.rsl.konrad.reconstruction |
---|
Methods in edu.stanford.rsl.konrad.reconstruction with parameters of type Grid3D | |
---|---|
void |
ReconstructionFilter.setProjectionVolume(Grid3D projectionVolume)
Used to set the projection volume. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |