14 #ifndef GDCMIPPSORTER_H
15 #define GDCMIPPSORTER_H
55 virtual bool Sort(std::vector<std::string>
const & filenames);
104 bool ComputeSpacing(std::vector<std::string>
const & filenames);
110 #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:86
double GetZSpacing() const
Definition: gdcmIPPSorter.h:94
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
void SetZSpacingTolerance(double tol)
Definition: gdcmIPPSorter.h:68
double ZTolerance
Definition: gdcmIPPSorter.h:100
double GetZSpacingTolerance() const
Definition: gdcmIPPSorter.h:69
double ZSpacing
Definition: gdcmIPPSorter.h:99
bool ComputeZSpacing
Definition: gdcmIPPSorter.h:97
void SetComputeZSpacing(bool b)
Definition: gdcmIPPSorter.h:64
double GetDirectionCosinesTolerance() const
Definition: gdcmIPPSorter.h:81
void SetDirectionCosinesTolerance(double tol)
Definition: gdcmIPPSorter.h:80
bool DropDuplicatePositions
Definition: gdcmIPPSorter.h:98
IPPSorter Implement a simple Image Position (Patient) sorter, along the Image Orientation (Patient) d...
Definition: gdcmIPPSorter.h:42
double DirCosTolerance
Definition: gdcmIPPSorter.h:101