ANIMA
4.0
|
#include <tclap/CmdLine.h>
#include <itkImage.h>
#include <itkCommand.h>
#include <itkExtractImageFilter.h>
#include <animaReadWriteFunctions.h>
Go to the source code of this file.
Classes | |
struct | arguments |
Functions | |
template<class InputImageType , unsigned int InputDim, class OutputImageType > | |
void | concatenate (const arguments &args) |
int | main (int ac, const char **av) |
void | retrieveComponentType (arguments &args, itk::ImageIOBase::Pointer imageIO) |
template<class ComponentType , unsigned int InputDim> | |
void | retrieveNbComponent (arguments &args, itk::ImageIOBase::Pointer imageIO) |
template<class ComponentType > | |
void | retrieveNbDimensions (arguments &args, itk::ImageIOBase::Pointer imageIO) |
void concatenate | ( | const arguments & | args | ) |
Definition at line 19 of file animaConcatenateImages.cxx.
References arguments::base, arguments::input, arguments::inputs, arguments::nbComponents, arguments::origin, arguments::output, and arguments::spacing.
int main | ( | int | ac, |
const char ** | av | ||
) |
Definition at line 236 of file animaConcatenateImages.cxx.
References arguments::base, arguments::imageIO, arguments::inputs, arguments::origin, arguments::output, retrieveComponentType(), and arguments::spacing.
void retrieveComponentType | ( | arguments & | args, |
itk::ImageIOBase::Pointer | imageIO | ||
) |
Definition at line 207 of file animaConcatenateImages.cxx.
References arguments::imageIO.
Referenced by main().
void retrieveNbComponent | ( | arguments & | args, |
itk::ImageIOBase::Pointer | imageIO | ||
) |
Definition at line 163 of file animaConcatenateImages.cxx.
References arguments::nbComponents.
void retrieveNbDimensions | ( | arguments & | args, |
itk::ImageIOBase::Pointer | imageIO | ||
) |
Definition at line 187 of file animaConcatenateImages.cxx.
References arguments::imageIO.