edu.stanford.rsl.konrad.data
Class BoundaryOperators

java.lang.Object
  extended by edu.stanford.rsl.konrad.data.BoundaryOperators

public class BoundaryOperators
extends java.lang.Object


Constructor Summary
BoundaryOperators()
           
 
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
 

Constructor Detail

BoundaryOperators

public BoundaryOperators()
Method Detail

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