|
ANIMA
4.0
|
#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) |
| void eventCallback | ( | itk::Object * | caller, |
| const itk::EventObject & | event, | ||
| void * | clientData | ||
| ) |
Definition at line 8 of file animaFlipTensors.cxx.
Referenced by flipTensors().
| void flipTensors | ( | itk::ImageIOBase::Pointer | imageIO, |
| const arguments & | args | ||
| ) |
Definition at line 22 of file animaFlipTensors.cxx.
References arguments::axis, eventCallback(), arguments::input, arguments::mask, arguments::nthreads, and arguments::output.
Referenced by retrieveNbDimensions().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 55 of file animaFlipTensors.cxx.
References ANIMA_RETRIEVE_COMPONENT_TYPE, arguments::axis, arguments::imageIO, arguments::input, arguments::mask, arguments::nthreads, arguments::output, and retrieveNbDimensions().
| 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().
1.8.13