ANIMA
4.0
|
#include <animaLowMemPatientToGroupComparisonBridge.h>
Public Types | |
typedef anima::ImageDataSplitter< InputImageType > | ImageSplitterLTType |
typedef PatientToGroupComparisonImageFilter< double >::InputImageType | InputImageType |
typedef anima::PatientToGroupComparisonImageFilter< double > | MainFilterType |
typedef itk::Image< unsigned char, 3 > | MaskImageType |
typedef PatientToGroupComparisonImageFilter< double >::OutputImageType | OutputImageType |
typedef MainFilterType::TestType | TestType |
Public Member Functions | |
void | BuildAndWrite (OutputImageType *tmpIm, std::string resName, OutputImageType::RegionType finalROI) |
std::string | GetNameOfClass () |
LowMemoryPatientToGroupComparisonBridge () | |
void | SetComputationMask (std::string &cMask) |
void | SetDataLTFileNames (std::string &fileList) |
void | SetExplainedRatio (double eRatio) |
void | SetNbSplits (unsigned int nbSplits) |
void | SetNumberOfWorkUnits (unsigned int &nbT) |
void | SetNumEigenValuesPCA (unsigned int numEigen) |
void | SetOutputName (std::string &pref) |
void | SetOutputPValName (std::string &pref) |
void | SetStatisticalTestType (TestType type) |
void | SetTestLTFileName (std::string &fileName) |
void | Update (int specificSplitToDo=-1, bool genOutputDescriptionData=false) |
~LowMemoryPatientToGroupComparisonBridge () | |
Definition at line 9 of file animaLowMemPatientToGroupComparisonBridge.h.
typedef anima::ImageDataSplitter< InputImageType > anima::LowMemoryPatientToGroupComparisonBridge::ImageSplitterLTType |
Definition at line 15 of file animaLowMemPatientToGroupComparisonBridge.h.
typedef PatientToGroupComparisonImageFilter<double>::InputImageType anima::LowMemoryPatientToGroupComparisonBridge::InputImageType |
Definition at line 12 of file animaLowMemPatientToGroupComparisonBridge.h.
typedef anima::PatientToGroupComparisonImageFilter<double> anima::LowMemoryPatientToGroupComparisonBridge::MainFilterType |
Definition at line 16 of file animaLowMemPatientToGroupComparisonBridge.h.
typedef itk::Image<unsigned char,3> anima::LowMemoryPatientToGroupComparisonBridge::MaskImageType |
Definition at line 18 of file animaLowMemPatientToGroupComparisonBridge.h.
typedef PatientToGroupComparisonImageFilter<double>::OutputImageType anima::LowMemoryPatientToGroupComparisonBridge::OutputImageType |
Definition at line 13 of file animaLowMemPatientToGroupComparisonBridge.h.
Definition at line 17 of file animaLowMemPatientToGroupComparisonBridge.h.
anima::LowMemoryPatientToGroupComparisonBridge::LowMemoryPatientToGroupComparisonBridge | ( | ) |
Definition at line 7 of file animaLowMemPatientToGroupComparisonBridge.cxx.
References anima::PatientToGroupComparisonImageFilter< PixelScalarType >::FISHER.
anima::LowMemoryPatientToGroupComparisonBridge::~LowMemoryPatientToGroupComparisonBridge | ( | ) |
Definition at line 22 of file animaLowMemPatientToGroupComparisonBridge.cxx.
void anima::LowMemoryPatientToGroupComparisonBridge::BuildAndWrite | ( | OutputImageType * | tmpIm, |
std::string | resName, | ||
OutputImageType::RegionType | finalROI | ||
) |
Definition at line 166 of file animaLowMemPatientToGroupComparisonBridge.cxx.
Referenced by SetNumEigenValuesPCA(), and Update().
|
inline |
Definition at line 23 of file animaLowMemPatientToGroupComparisonBridge.h.
References SetComputationMask().
void anima::LowMemoryPatientToGroupComparisonBridge::SetComputationMask | ( | std::string & | cMask | ) |
Definition at line 31 of file animaLowMemPatientToGroupComparisonBridge.cxx.
References anima::ImageDataSplitter< TInputImage >::SetComputationMask().
Referenced by GetNameOfClass(), and main().
|
inline |
Definition at line 27 of file animaLowMemPatientToGroupComparisonBridge.h.
References anima::ImageDataSplitter< TInputImage >::SetFileNames().
|
inline |
Definition at line 44 of file animaLowMemPatientToGroupComparisonBridge.h.
|
inline |
Definition at line 40 of file animaLowMemPatientToGroupComparisonBridge.h.
|
inline |
Definition at line 41 of file animaLowMemPatientToGroupComparisonBridge.h.
|
inline |
Definition at line 45 of file animaLowMemPatientToGroupComparisonBridge.h.
References BuildAndWrite(), and Update().
|
inline |
Definition at line 37 of file animaLowMemPatientToGroupComparisonBridge.h.
|
inline |
Definition at line 38 of file animaLowMemPatientToGroupComparisonBridge.h.
|
inline |
Definition at line 43 of file animaLowMemPatientToGroupComparisonBridge.h.
|
inline |
Definition at line 32 of file animaLowMemPatientToGroupComparisonBridge.h.
References anima::ImageDataSplitter< TInputImage >::SetUniqueFileName().
void anima::LowMemoryPatientToGroupComparisonBridge::Update | ( | int | specificSplitToDo = -1 , |
bool | genOutputDescriptionData = false |
||
) |
Definition at line 39 of file animaLowMemPatientToGroupComparisonBridge.cxx.
References BuildAndWrite(), anima::ImageDataSplitter< TInputImage >::EmptyMask(), anima::ImageDataSplitter< TInputImage >::GetBlockRegionInsideMargin(), anima::ImageDataSplitter< TInputImage >::GetNbImages(), anima::ImageDataSplitter< TInputImage >::GetOutput(), anima::ImageDataSplitter< TInputImage >::GetSmallMaskWithMargin(), anima::ImageDataSplitter< TInputImage >::GetSpecificBlockRegion(), anima::PatientToGroupComparisonImageFilter< PixelScalarType >::New(), anima::ImageDataSplitter< TInputImage >::SetBlockIndex(), anima::ImageDataSplitter< TInputImage >::SetNumberOfBlocks(), and anima::ImageDataSplitter< TInputImage >::Update().
Referenced by SetNumEigenValuesPCA().