14#ifndef GDCMORIENTATION_H
15#define GDCMORIENTATION_H
33 void Print(std::ostream &)
const;
58 static double ObliquityThresholdCosineValue;
class to handle Orientation
Definition gdcmOrientation.h:26
static OrientationType GetType(const double dircos[6])
static const char * GetLabel(OrientationType type)
Return the label of an Orientation.
void Print(std::ostream &) const
Print.
static void SetObliquityThresholdCosineValue(double val)
ObliquityThresholdCosineValue stuff.
static double GetObliquityThresholdCosineValue()
OrientationType
Definition gdcmOrientation.h:35
@ CORONAL
Definition gdcmOrientation.h:38
@ SAGITTAL
Definition gdcmOrientation.h:39
@ AXIAL
Definition gdcmOrientation.h:37
@ UNKNOWN
Definition gdcmOrientation.h:36
static char GetMajorAxisFromPatientRelativeDirectionCosine(double x, double y, double z)
#define GDCM_EXPORT
Definition gdcmWin32.h:34
std::ostream & operator<<(std::ostream &os, const Directory &d)
Definition gdcmDirectory.h:88