Uses of Class
GridCoords

Packages that use GridCoords
  
 

Uses of GridCoords in
 

Fields in declared as GridCoords
(package private)  GridCoords MAExplorer.grcd
          Global instance of share grid coordinate mapper
(package private)  GridCoords[] Maps.gid2fgrc
          map: gid (GridCoords index) to [f][g][r][c] values in GridCoords object.
 

Methods in that return GridCoords
 GridCoords GridCoords.cvtNAME_GCR2FGRC(int field, java.lang.String sGRC)
          cvtNAME_GCR2FGRC() - parse Molecular Dynamics "GRID- 8-R12C11" coding to FGRC coords.
private  GridCoords MaHPquantTable.cvtTblRowDataToFGRC(int f, java.lang.String[] data)
          cvtTblRowDataToFGRC() - convert table row data to GridCoord data by setting (f,g,r,c) in the mae.grcd object.