NCBI C++ ToolKit
Variables
mask_cmdline_args.hpp File Reference

Contains the command line options common to filtering algorithms. More...

#include <corelib/ncbistd.hpp>
+ Include dependency graph for mask_cmdline_args.hpp:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains the command line options common to filtering algorithms.

Definitions can be found in mask_writer.cpp

Definition in file mask_cmdline_args.hpp.

Variable Documentation

◆ kInput

const std::string kInput
extern

◆ kInputFormat

const std::string kInputFormat
extern

◆ kInputFormats

const char* kInputFormats[]
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().

◆ kNumInputFormats

const size_t kNumInputFormats
extern

Number of elements in kInputFormats.

Definition at line 44 of file mask_cmdline_args.cpp.

Referenced by CWinMaskConfig::AddWinMaskArgs(), and SegMaskerApplication::Init().

◆ kNumOutputFormats

const size_t kNumOutputFormats
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().

◆ kOutput

const std::string kOutput
extern

◆ kOutputFormat

const std::string kOutputFormat
extern

◆ kOutputFormats

const char* kOutputFormats[]
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().

Modified on Fri Sep 20 14:58:14 2024 by modify_doxy.py rev. 669887