driver
Class spatial.cmdlineOpts

java.lang.Object
  extended by driver.spatial.cmdlineOpts
Enclosing class:
spatial

private static class spatial.cmdlineOpts
extends java.lang.Object

Parsed command-line options.


Field Summary
 long dim
          length of field.
 boolean help
          print help.
 long num
          number of nodes.
 java.lang.String spatial
          string of binning mode.
 int spatial_div
          binning degree.
 int spatial_mode
          binning mode.
 boolean version
          print version.
 
Constructor Summary
private spatial.cmdlineOpts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

help

public boolean help
print help.


version

public boolean version
print version.


num

public long num
number of nodes.


dim

public long dim
length of field.


spatial

public java.lang.String spatial
string of binning mode.


spatial_mode

public int spatial_mode
binning mode.


spatial_div

public int spatial_div
binning degree.

Constructor Detail

spatial.cmdlineOpts

private spatial.cmdlineOpts()