14 #ifndef GDCMIPPSORTER_H
15 #define GDCMIPPSORTER_H
54 virtual bool Sort(std::vector<std::string>
const & filenames);
103 bool ComputeSpacing(std::vector<std::string>
const & filenames);
109 #endif //GDCMIPPSORTER_H
Sorter General class to do sorting using a custom function You simply need to provide a function of t...
Definition: gdcmSorter.h:38
void SetDropDuplicatePositions(bool b)
Definition: gdcmIPPSorter.h:85
double GetZSpacing() const
Definition: gdcmIPPSorter.h:93
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
void SetZSpacingTolerance(double tol)
Definition: gdcmIPPSorter.h:67
double ZTolerance
Definition: gdcmIPPSorter.h:99
double GetZSpacingTolerance() const
Definition: gdcmIPPSorter.h:68
double ZSpacing
Definition: gdcmIPPSorter.h:98
bool ComputeZSpacing
Definition: gdcmIPPSorter.h:96
void SetComputeZSpacing(bool b)
Definition: gdcmIPPSorter.h:63
double GetDirectionCosinesTolerance() const
Definition: gdcmIPPSorter.h:80
void SetDirectionCosinesTolerance(double tol)
Definition: gdcmIPPSorter.h:79
bool DropDuplicatePositions
Definition: gdcmIPPSorter.h:97
IPPSorter Implement a simple Image Position (Patient) sorter, along the Image Orientation (Patient) d...
Definition: gdcmIPPSorter.h:42
double DirCosTolerance
Definition: gdcmIPPSorter.h:100