edu.stanford.rsl.konrad.data
Class BoundaryOperators
java.lang.Object
edu.stanford.rsl.konrad.data.BoundaryOperators
public class BoundaryOperators
- extends java.lang.Object
Method Summary |
static void |
fillBoundary(Grid1D grid,
float val)
Fill all boundaries of a 1D Grid with the given value |
static void |
fillBoundary(Grid2D grid,
float val)
Fill all boundaries of a 2D Grid with the given value |
static void |
fillBoundary(Grid3D grid,
float val)
Fill all boundaries of a 3D Grid with the given value |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundaryOperators
public BoundaryOperators()
fillBoundary
public static void fillBoundary(Grid1D grid,
float val)
- Fill all boundaries of a 1D Grid with the given value
fillBoundary
public static void fillBoundary(Grid2D grid,
float val)
- Fill all boundaries of a 2D Grid with the given value
fillBoundary
public static void fillBoundary(Grid3D grid,
float val)
- Fill all boundaries of a 3D Grid with the given value