ANIMA  4.0
Classes | Functions
animaConvertImage.cxx File Reference
#include <tclap/CmdLine.h>
#include <itkImage.h>
#include <itkOrientImageFilter.h>
#include <animaReorientation.h>
#include <animaReadWriteFunctions.h>
#include <animaRetrieveImageTypeMacros.h>
+ Include dependency graph for animaConvertImage.cxx:

Go to the source code of this file.

Classes

struct  arguments
 

Functions

template<class ComponentType , int dimension>
void checkIfComponentsAreVectors (itk::ImageIOBase::Pointer imageIO, const arguments &args)
 
template<class ImageType >
void convert (const arguments &args)
 
int main (int ac, const char **av)
 
template<class ComponentType >
void retrieveNbDimensions (itk::ImageIOBase::Pointer imageIO, const arguments &args)
 

Function Documentation

◆ checkIfComponentsAreVectors()

template<class ComponentType , int dimension>
void checkIfComponentsAreVectors ( itk::ImageIOBase::Pointer  imageIO,
const arguments args 
)

Definition at line 99 of file animaConvertImage.cxx.

References ANIMA_CHECK_IF_COMPONENTS_ARE_VECTORS, and convert().

Referenced by retrieveNbDimensions().

◆ convert()

template<class ImageType >
void convert ( const arguments args)

◆ main()

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

◆ retrieveNbDimensions()

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

Definition at line 106 of file animaConvertImage.cxx.

References ANIMA_RETRIEVE_NUMBER_OF_DIMENSIONS, and checkIfComponentsAreVectors().

Referenced by main().