Functions
gpell/main.cpp File Reference
#include <QGpCoreTools.h>
#include <QGpCoreWave.h>
#include "EllipticityReader.h"
#include "gpellVersion.h"
#include "gpellInstallPath.h"

Functions

ApplicationHelphelp ()
int main (int argc, char **argv)
 PACKAGE_INFO (gpell, GPELL)

Function Documentation

int main ( int  argc,
char **  argv 
)

References help(), QGpCoreTools::ArgumentStdinReader::read(), and EllipticityReader::setOptions().

{
  CoreApplication a(argc, argv, help);

  // Options
  EllipticityReader reader;
  if(reader.setOptions(argc, argv) && reader.read(argc, argv) ) {
    return 0;
  } else {
    return 2;
  }
}
PACKAGE_INFO ( gpell  ,
GPELL   
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines