ITK  5.4.0
Insight Toolkit
Public Types | List of all members
itk::NiftiImageIOEnums Class Reference

#include <itkNiftiImageIO.h>

Detailed Description

Definition at line 35 of file itkNiftiImageIO.h.

Public Types

enum class  Analyze75Flavor : uint8_t {
  AnalyzeITK4 = 4 ,
  AnalyzeFSL = 3 ,
  AnalyzeSPM = 2 ,
  AnalyzeITK4Warning = 1 ,
  AnalyzeReject = 0
}
 
enum class  NiftiFileEnum : int8_t {
  TwoFileNifti = 2 ,
  OneFileNifti = 1 ,
  Analyze75 = 0 ,
  OtherOrError = -1
}
 

Member Enumeration Documentation

◆ Analyze75Flavor

enum class itk::NiftiImageIOEnums::Analyze75Flavor : uint8_t
strong
Enumerator
AnalyzeITK4 

Behavior introduced in ITK4.0 by NIFTI reader interpreting Analyze files

AnalyzeFSL 

Will ignore orientation code and negative pixel dimensions

AnalyzeSPM 

Will ignore orientation code and respect negative pixel dimensions

AnalyzeITK4Warning 

Same as AnalyzeITK4 but will show warning about deprecated file format (Default)

AnalyzeReject 

Reject Analyze files as potentially wrong

Definition at line 42 of file itkNiftiImageIO.h.

◆ NiftiFileEnum

enum class itk::NiftiImageIOEnums::NiftiFileEnum : int8_t
strong
Enumerator
TwoFileNifti 

2-file Nifti (consisting of .hdr and .img file).

OneFileNifti 

1-file Nifti (consisting of .nii file).

Analyze75 

Legacy Analyze 7.5 format (consisting of .hdr and .img file).

OtherOrError 

Some other file format, or file system error.

Definition at line 64 of file itkNiftiImageIO.h.


The documentation for this class was generated from the following file: