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

Classes

struct  arguments
 
class  itk::Functor::Round< TInput, TOutput >
 
class  itk::RoundImageFilter< TInputImage, TOutputImage >
 

Namespaces

 itk
 
 itk::Functor
 

Enumerations

enum  {
  O_INVERT_TRANSFORM, O_INPUT_TRANSFORM, O_INPUT_TARGET, O_INPUT_SOURCE,
  O_OUTPUT_FILE
}
 

Functions

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

Variables

struct
niftk::CommandLineArgumentDescription 
clArgList []
 

Enumeration Type Documentation

anonymous enum
Enumerator
O_INVERT_TRANSFORM 
O_INPUT_TRANSFORM 
O_INPUT_TARGET 
O_INPUT_SOURCE 
O_OUTPUT_FILE 

Function Documentation

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

Variable Documentation

Initial value:
= {
{OPT_SWITCH, "inv", NULL, "Invert the global affine transformation."},
{OPT_STRING|OPT_REQ, "g", "filename", "Input global affine transformation."},
{OPT_STRING, "ti", "filename",
"Input fixed/target image which defines the image region to use \n"
"(if not specified then the source image space is used)."},
{OPT_STRING|OPT_REQ, "si", "filename",
"Input source/moving image to be transformed."},
{OPT_STRING|OPT_REQ, "o", "filename", "Output transformed image."},
{OPT_DONE, NULL, NULL,
"Transform an image using an ITK affine transformation "
"(see also: niftkTransformation)."}
}
#define OPT_DONE
No more options - must terminate array.
Definition: niftkCommandLineParser.h:103
#define OPT_REQ
Option is always required.
Definition: niftkCommandLineParser.h:116
#define OPT_STRING
Option takes one string.
Definition: niftkCommandLineParser.h:89
#define OPT_SWITCH
Option is boolean switch.
Definition: niftkCommandLineParser.h:86