NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes | Enumerations | Functions | Variables
niftkMammogramCharacteristics.cxx File Reference
Include dependency graph for niftkMammogramCharacteristics.cxx:

Classes

struct  arguments
 

Enumerations

enum  { O_DEBUG = 0, O_VERBOSE, O_INPUT_IMAGE, O_OUTPUT_FILE }
 

Functions

void PrintDictionary (itk::MetaDataDictionary &dictionary)
 
template<int Dimension, class InputPixelType >
int DoMain (arguments args)
 
int main (int argc, char **argv)
 Takes the input and computes the characteristics of the mammogram. More...
 

Variables

struct
niftk::CommandLineArgumentDescription 
clArgList []
 

Enumeration Type Documentation

anonymous enum
Enumerator
O_DEBUG 
O_VERBOSE 
O_INPUT_IMAGE 
O_OUTPUT_FILE 

Function Documentation

template<int Dimension, class InputPixelType >
int DoMain ( arguments  args)
int main ( int  argc,
char **  argv 
)

Takes the input and computes the characteristics of the mammogram.

void PrintDictionary ( itk::MetaDataDictionary &  dictionary)

Variable Documentation

Initial value:
= {
{OPT_SWITCH, "dbg", 0, "Output debugging information."},
{OPT_SWITCH, "v", 0, "Verbose output during execution."},
{OPT_STRING, "i", "filename", "An input image."},
{OPT_STRING, "o", "filename", "The output text file listing the image's characteristics."},
{OPT_DONE, NULL, NULL,
"Program to compute basic characteristics of a mammogram.\n"
}
}
#define OPT_DONE
No more options - must terminate array.
Definition: niftkCommandLineParser.h:103
#define OPT_STRING
Option takes one string.
Definition: niftkCommandLineParser.h:89
#define OPT_SWITCH
Option is boolean switch.
Definition: niftkCommandLineParser.h:86