28 #ifndef itkSpatialOrientationAdapter_h
29 #define itkSpatialOrientationAdapter_h
42 Max3(
double x,
double y,
double z)
44 constexpr
double obliquityThresholdCosineValue = 0.001;
50 if ((absX > obliquityThresholdCosineValue) && (absX > absY) && (absX > absZ))
54 else if ((absY > obliquityThresholdCosineValue) && (absY > absX) && (absY > absZ))
58 else if ((absZ > obliquityThresholdCosineValue) && (absZ > absX) && (absZ > absY))
106 #endif // itkSpatialOrientationAdapter_h