MIRA
Classes | Namespaces | Macros
ProgramOptions.h File Reference

Class for accessing command line parameters. More...

#include <boost/program_options.hpp>
#include <utils/Singleton.h>
#include <platform/Console.h>
Include dependency graph for ProgramOptions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProgramOptions
 A central singleton class for accessing command line parameters Underlying class is boost::program::options See http://www.boost.org/doc/libs/1_44_0/doc/html/program_options.html Usage: More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Macros

#define MIRA_CMDLINE   mira::ProgramOptions::instance()
 For easier access to the program options instance. More...
 

Detailed Description

Class for accessing command line parameters.

Author
Tim Langner
Date
2010/09/22

Macro Definition Documentation

◆ MIRA_CMDLINE

#define MIRA_CMDLINE   mira::ProgramOptions::instance()

For easier access to the program options instance.