
    AimsGraphMesh
    -------------

Performs graph storage conversion and sub-buckets meshing
This command is an improved version of AimsGraphConvert

Options :

-i | -input <file name (read only): Graph>
    input data graph

[ -o | -output <filename: Graph> ]
    output data graph (default: same as input)

[ -b | -basename <string> ]
    directory where to put sub-data in (default: <output>.data)

[ -g | -global <boolean> ]
    save sub-objects in 'global' mode (1 file for all objects of same type)

[ -l | -local <boolean> ]
    save sub-objects in 'local' mode (each object with a specific file)
    (contradictory with -g)

[ -m | -mesh <vector of string> ]
    mesh some objects into the given attribute
    Needs at least one -mb option (default: aims_Tmtktri)

[ -mb | -meshbucket <vector of string> ]
    mesh buckets of given attribute (experts manips). Needs also a -m option.
    Specify several -mb <attrib> to mesh several buckets(default: all)

[ -f <U32> ]
    minimum number of facets to mesh (default 50)

[ --output_4d_volumes <S32> ]
    Write 4D images as several 3D files (0 = series of 3D volumes, 1 = one 4D
    volume, no value = use .aimsrc configuration files)

[ --debugLevel <S32> ]
    Set debug information level (default = 0)

[ --verbose [ <S32> ] ]
    Set verbosity level (default = 0, without value = 1)

[ -h | --help <boolean> ]
    show help message

[ --version <boolean> ]
    show Cartograph version

[ --info <boolean> ]
    show libraries information (install, plugins, paths, etc.)

[ --optionsfile <string> ]
    Read additional commandline options from the specified file (one switch or
    value per line)

