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

Enumerations

enum  {
  O_VERBOSE, O_DEBUG, O_OUTPUT_FILE, O_INPUT_IMAGES,
  O_MORE
}
 

Functions

int main (int argc, char *argv[])
 

Variables

struct
niftk::CommandLineArgumentDescription 
clArgList []
 

Enumeration Type Documentation

anonymous enum
Enumerator
O_VERBOSE 
O_DEBUG 
O_OUTPUT_FILE 
O_INPUT_IMAGES 
O_MORE 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

Initial value:
= {
{OPT_SWITCH, "v", NULL, "Verbose output."},
{OPT_SWITCH, "dbg", NULL, "Output debugging info."},
{OPT_STRING|OPT_REQ, "o", "fileOut", "The output image volume filename."},
{OPT_STRING|OPT_LONELY|OPT_REQ, NULL, "images", "Image filenames to be combined."},
{OPT_MORE, NULL, "...", NULL},
{OPT_DONE, NULL, NULL,
"Program to convert a set of images into a an image volume.\n"
}
}
#define OPT_DONE
No more options - must terminate array.
Definition: niftkCommandLineParser.h:103
#define OPT_MORE
Definition: niftkCommandLineParser.h:123
#define OPT_REQ
Option is always required.
Definition: niftkCommandLineParser.h:116
#define OPT_LONELY
Parameter doesn't have key.
Definition: niftkCommandLineParser.h:115
#define OPT_STRING
Option takes one string.
Definition: niftkCommandLineParser.h:89
#define OPT_SWITCH
Option is boolean switch.
Definition: niftkCommandLineParser.h:86