edu.jhu.cs.cisst.algorithms.optimize.fmg
Interface SolverResolutionLevels

All Known Implementing Classes:
DefaultSolverResolutionLevels2D, DefaultSolverResolutionLevels3D

public interface SolverResolutionLevels

The Interface SolverResolutionLevels.


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.
 

Method Detail

getResolutions

int[][] getResolutions()
Gets the resolutions.

Returns:
the resolutions

getResolutionCount

int getResolutionCount()
Gets the resolution count.

Returns:
the resolution count

getResolution

int[] getResolution(int i)
Gets the resolution.

Parameters:
i - the i
Returns:
the resolution

getGridSpacing

double getGridSpacing(int i)
Gets the grid spacing.

Parameters:
i - the i
Returns:
the grid spacing