mummy
1.0.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
MummyMain.cxx
Go to the documentation of this file.
1
//----------------------------------------------------------------------------
2
//
3
// $Id: MummyMain.cxx 2 2007-12-17 18:15:56Z david.cole $
4
//
5
// $Author: david.cole $
6
// $Date: 2007-12-17 13:15:56 -0500 (Mon, 17 Dec 2007) $
7
// $Revision: 2 $
8
//
9
// Copyright (C) 2006-2007 Kitware, Inc.
10
//
11
//----------------------------------------------------------------------------
12
13
#include "
MummyApplication.h
"
14
15
//----------------------------------------------------------------------------
16
int
main
(
int
argc,
char
*argv[])
17
{
18
MummyApplication
app;
19
return
app.
Main
(argc, argv);
20
}
MummyApplication
Mummy's main entry point object.
Definition:
MummyApplication.h:23
main
int main(int argc, char *argv[])
Definition:
MummyMain.cxx:16
MummyApplication::Main
virtual int Main(int argc, char *argv[])
"Command line style" entry point. Run "mummy --help" from a command prompt to see command line option...
Definition:
MummyApplication.cxx:56
MummyApplication.h
Generated by
1.8.9.1