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 7fb1da1 commit 5f5deddCopy full SHA for 5f5dedd
Modules/IO/MeshGifti/include/itkGiftiMeshIO.h
@@ -170,6 +170,17 @@ class ITKIOMeshGifti_EXPORT GiftiMeshIO : public MeshIOBase
170
171
bool m_ReadPointData;
172
DirectionType m_Direction;
173
+
174
+ // Translate (G|N)ifti datatypes to IOComponentEnum
175
+ IOComponentEnum
176
+ GetComponentTypeFromGifti(int datatype);
177
178
+ // Translate (G|N)ifti datatypes to IOPixelEnum
179
+ IOPixelEnum
180
+ GetPixelTypeFromGifti(int datatype);
181
182
+ int
183
+ GetNumberOfPixelComponentsFromGifti(int datatype);
184
};
185
} // end namespace itk
186
0 commit comments