File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -99,13 +99,15 @@ class ITKIOImageBase_EXPORT ImageIOBase : public LightProcessObject
99
99
using IndexValueType = itk::IndexValueType;
100
100
using SizeValueType = itk::SizeValueType;
101
101
102
+ #ifndef ITK_LEGACY_REMOVE
102
103
/* *
103
104
* \class UnknownType
104
- * Used to return information when types are unknown .
105
+ * \deprecated This class is intended to be removed from ITK 6 .
105
106
* \ingroup ITKIOImageBase
106
107
*/
107
- class UnknownType
108
+ class [[deprecated( " This class is intended to be removed from ITK 6. " )]] UnknownType
108
109
{};
110
+ #endif
109
111
110
112
#if !defined(ITK_LEGACY_REMOVE)
111
113
/* *Exposes enums values for backwards compatibility*/
Original file line number Diff line number Diff line change @@ -89,13 +89,15 @@ class ITKIOMeshBase_EXPORT MeshIOBase : public LightProcessObject
89
89
90
90
using SizeValueType = IdentifierType;
91
91
92
+ #ifndef ITK_LEGACY_REMOVE
92
93
/* *
93
94
* \class UnknownType
94
- * Used to return information when types are unknown .
95
+ * \deprecated This class is intended to be removed from ITK 6 .
95
96
* \ingroup ITKIOMeshBase
96
97
*/
97
- class UnknownType
98
+ class [[deprecated( " This class is intended to be removed from ITK 6. " )]] UnknownType
98
99
{};
100
+ #endif
99
101
100
102
/* * \see LightObject::GetNameOfClass() */
101
103
itkOverrideGetNameOfClassMacro (MeshIOBase);
You can’t perform that action at this time.
0 commit comments