ANIMA  4.0
Classes | Functions
animaConcatenateImages.cxx File Reference
#include <tclap/CmdLine.h>
#include <itkImage.h>
#include <itkCommand.h>
#include <itkExtractImageFilter.h>
#include <animaReadWriteFunctions.h>
+ Include dependency graph for animaConcatenateImages.cxx:

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)
 

Function Documentation

◆ concatenate()

template<class InputImageType , unsigned int InputDim, class OutputImageType >
void concatenate ( const arguments args)

◆ main()

int main ( int  ac,
const char **  av 
)

◆ retrieveComponentType()

void retrieveComponentType ( arguments args,
itk::ImageIOBase::Pointer  imageIO 
)

Definition at line 207 of file animaConcatenateImages.cxx.

References arguments::imageIO.

Referenced by main().

◆ retrieveNbComponent()

template<class ComponentType , unsigned int InputDim>
void retrieveNbComponent ( arguments args,
itk::ImageIOBase::Pointer  imageIO 
)

Definition at line 163 of file animaConcatenateImages.cxx.

References arguments::nbComponents.

◆ retrieveNbDimensions()

template<class ComponentType >
void retrieveNbDimensions ( arguments args,
itk::ImageIOBase::Pointer  imageIO 
)

Definition at line 187 of file animaConcatenateImages.cxx.

References arguments::imageIO.