MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Typedefs | Variables
mdsConsole.h File Reference

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2006 by Michal Spanel
. More...

#include <MDSTk/Base/mdsGlobalLog.h>
#include <MDSTk/Base/mdsSharedPtr.h>
#include <MDSTk/System/mdsThread.h>
#include <MDSTk/System/mdsExitHandler.h>
#include "mdsModuleExport.h"
#include "mdsArgv.h"
#include <string>
#include <cstdio>

Classes

class  mds::mod::CConsole
 Class encapsulating a simple console application. More...

Namespaces

namespace  mds
 

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel


namespace  mds::mod
namespace  mds::mod::console
 

Namespace containing constants used by the CConsole class.


Typedefs

typedef CConsole::tSmartPtr mds::mod::CConsolePtr
 Smart pointer to console.

Variables

const std::string mds::mod::console::ARGUMENT_HELP = "h"
 Command line arguments.
const std::string mds::mod::console::ARGUMENT_LOG = "log"
const std::string mds::mod::console::ARGUMENT_LOGNAME = "logname"
const std::string mds::mod::console::DEFAULT_LOG = LOG_FILE
 Default argument values.
const std::string mds::mod::console::LOG_BOTH = "both"
const std::string mds::mod::console::LOG_FILE = "file"
const std::string mds::mod::console::LOG_NULL = "null"
 Allowed log argument values.
const std::string mds::mod::console::LOG_STDERR = "stderr"

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2006 by Michal Spanel
.

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/04/07

Id:
mdsConsole.h 1918 2010-11-05 21:46:28Z spanel

Description: