NCBI C++ ToolKit
|
Contains the command line options common to filtering algorithms. More...
#include <corelib/ncbistd.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Variables | |
const std::string | kInput |
Command line flag to specify the input. More... | |
const std::string | kInputFormat |
Command line flag to specify the input format. More... | |
const std::string | kOutput |
Command line flag to specify the output. More... | |
const std::string | kOutputFormat |
Command line flag to specify the output format. More... | |
const size_t | kNumInputFormats |
Number of elements in kInputFormats. More... | |
const size_t | kNumOutputFormats |
Number of elements in kOutputFormats. More... | |
const char * | kInputFormats [] |
Input formats allowed, the first one is the default. More... | |
const char * | kOutputFormats [] |
Output formats allowed, the first one is the default. More... | |
Contains the command line options common to filtering algorithms.
Definitions can be found in mask_writer.cpp
Definition in file mask_cmdline_args.hpp.
|
extern |
Command line flag to specify the input.
Referenced by CWinMaskConfig::AddWinMaskArgs(), CWinMaskConfig::CWinMaskConfig(), CDustMaskApplication::Init(), SegMaskerApplication::Init(), CDustMaskApplication::x_GetReader(), and SegMaskerApplication::x_GetReader().
|
extern |
Command line flag to specify the input format.
Referenced by CWinMaskConfig::AddWinMaskArgs(), CWinMaskConfig::CWinMaskConfig(), CDustMaskApplication::Init(), SegMaskerApplication::Init(), CDustMaskApplication::x_GetReader(), and SegMaskerApplication::x_GetReader().
|
extern |
Input formats allowed, the first one is the default.
Definition at line 46 of file mask_cmdline_args.cpp.
Referenced by CWinMaskConfig::AddWinMaskArgs(), CDustMaskApplication::Init(), and SegMaskerApplication::Init().
|
extern |
Number of elements in kInputFormats.
Definition at line 44 of file mask_cmdline_args.cpp.
Referenced by CWinMaskConfig::AddWinMaskArgs(), and SegMaskerApplication::Init().
|
extern |
Number of elements in kOutputFormats.
Definition at line 45 of file mask_cmdline_args.cpp.
Referenced by CWinMaskConfig::AddWinMaskArgs(), CDustMaskApplication::Init(), and SegMaskerApplication::Init().
|
extern |
Command line flag to specify the output.
Referenced by CWinMaskConfig::AddWinMaskArgs(), BOOST_AUTO_TEST_CASE(), CDustMaskApplication::Init(), SegMaskerApplication::Init(), CBlastdbConvertApp::Run(), CDustMaskApplication::Run(), CDustMaskApplication::x_GetWriter(), SegMaskerApplication::x_GetWriter(), and CWinMaskConfig::x_GetWriter().
|
extern |
Command line flag to specify the output format.
Referenced by CWinMaskConfig::AddWinMaskArgs(), CDustMaskApplication::Init(), SegMaskerApplication::Init(), CDustMaskApplication::x_GetWriter(), SegMaskerApplication::x_GetWriter(), and CWinMaskConfig::x_GetWriter().
|
extern |
Output formats allowed, the first one is the default.
Definition at line 47 of file mask_cmdline_args.cpp.
Referenced by CWinMaskConfig::AddWinMaskArgs(), CDustMaskApplication::Init(), and SegMaskerApplication::Init().