|
|||||||||
| 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.DefaultSolverResolutionLevels2D
public class DefaultSolverResolutionLevels2D
The Class DefaultSolverResolutionLevels2D describes a set of solver resolutions.
| Field Summary | |
|---|---|
protected double[] |
gridSizes
The grid sizes. |
protected int[][] |
resolutions
The resolutions. |
| Constructor Summary | |
|---|---|
DefaultSolverResolutionLevels2D(ConstGrid grid,
int minSize,
int numResolutions)
Instantiates a new solver resolutions. |
|
| Method Summary | |
|---|---|
double |
getGridSpacing(int i)
Gets the grid spacing. |
int[] |
getResolution(int i)
Gets the resolution. |
int |
getResolutionCount()
Gets the resolution count. |
int[][] |
getResolutions()
Gets the resolutions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int[][] resolutions
protected double[] gridSizes
| Constructor Detail |
|---|
public DefaultSolverResolutionLevels2D(ConstGrid grid,
int minSize,
int numResolutions)
grid - the gridminSize - the min grid sizenumResolutions - the number of resolutions| Method Detail |
|---|
public int[] getResolution(int i)
SolverResolutionLevels
getResolution in interface SolverResolutionLevelsi - the i
SolverResolutionLevels.getResolution(int)public int getResolutionCount()
SolverResolutionLevels
getResolutionCount in interface SolverResolutionLevelsSolverResolutionLevels.getResolutionCount()public int[][] getResolutions()
SolverResolutionLevels
getResolutions in interface SolverResolutionLevelsSolverResolutionLevels.getResolutions()public double getGridSpacing(int i)
SolverResolutionLevels
getGridSpacing in interface SolverResolutionLevelsi - the i
SolverResolutionLevels.getGridSpacing(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||