We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8f950 commit 0557b25Copy full SHA for 0557b25
include/itkDICOMOrientation.h
@@ -71,6 +71,9 @@ class SimpleITKFilters_EXPORT DICOMOrientation
71
(static_cast<uint32_t>(tertiary) << static_cast<uint8_t>(CoordinateMajornessTermsEnum::TertiaryMinor));
72
}
73
74
+ CoordinateEnum
75
+ GetCoordinateTerm(CoordinateMajornessTermsEnum cmt) const;
76
+
77
public:
78
#if 0
79
# define ITK_ORIENTATIONENUM toOrientation
@@ -178,9 +181,6 @@ class SimpleITKFilters_EXPORT DICOMOrientation
178
181
return m_Value;
179
182
180
183
- CoordinateEnum
- GetCoordinateTerm(CoordinateMajornessTermsEnum cmt) const;
-
184
CoordinateEnum
185
GetPrimaryTerm() const
186
{
wrapping/itkDICOMOrientation.wrap
@@ -0,0 +1 @@
1
+itk_wrap_simple_class("itk::DICOMOrientation")
0 commit comments