|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.cs.cisst.algorithms.optimize.fmg.grid.Grid
edu.jhu.cs.cisst.algorithms.optimize.fmg.grid.BoundaryGrid
public abstract class BoundaryGrid
An implementation of Grid where a boundary of some kind is supported.
| Field Summary |
|---|
| Fields inherited from class edu.jhu.cs.cisst.algorithms.optimize.fmg.grid.Grid |
|---|
g, level, sx, sy, sz |
| Constructor Summary | |
|---|---|
protected |
BoundaryGrid(int sx,
int sy,
int sz,
int level,
double interiorValue)
construct from size and initial value for all elements in the interior. |
| Method Summary |
|---|
| Methods inherited from class edu.jhu.cs.cisst.algorithms.optimize.fmg.grid.Grid |
|---|
add, add, clone, get, getBoundary, getCols, getLevel, getRows, getSlices, isBoundary, isInterior, set, setLevel |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface edu.jhu.cs.cisst.algorithms.optimize.fmg.grid.ConstGrid |
|---|
add, clone, get, getCols, getLevel, getRows, getSlices, isBoundary, isInterior, newInstance, set, setLevel |
| Constructor Detail |
|---|
protected BoundaryGrid(int sx,
int sy,
int sz,
int level,
double interiorValue)
sx - the dimension in Xsy - the dimension in Ysz - the dimension in Zlevel - the resolution levelinteriorValue - the initial value to which all grid elements will be set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||