ANIMA  4.0
Classes | Functions
animaFlipTensors.cxx File Reference
#include <animaFlipTensorImageFilter.h>
#include <tclap/CmdLine.h>
#include <animaReadWriteFunctions.h>
#include <animaRetrieveImageTypeMacros.h>
#include <cctype>
+ Include dependency graph for animaFlipTensors.cxx:

Go to the source code of this file.

Classes

struct  arguments
 

Functions

void eventCallback (itk::Object *caller, const itk::EventObject &event, void *clientData)
 
template<class ComponentType , unsigned int ImageDimension>
void flipTensors (itk::ImageIOBase::Pointer imageIO, const arguments &args)
 
int main (int argc, char **argv)
 
template<class ComponentType >
void retrieveNbDimensions (itk::ImageIOBase::Pointer imageIO, const arguments &args)
 

Function Documentation

◆ eventCallback()

void eventCallback ( itk::Object *  caller,
const itk::EventObject &  event,
void *  clientData 
)

Definition at line 8 of file animaFlipTensors.cxx.

Referenced by flipTensors().

◆ flipTensors()

template<class ComponentType , unsigned int ImageDimension>
void flipTensors ( itk::ImageIOBase::Pointer  imageIO,
const arguments args 
)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ retrieveNbDimensions()

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

Definition at line 50 of file animaFlipTensors.cxx.

References ANIMA_RETRIEVE_NUMBER_OF_DIMENSIONS, and flipTensors().

Referenced by main().