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  Analyze75Flavor : uint8_t {
  Analyze75Flavor::AnalyzeITK4 = 4,
  Analyze75Flavor::AnalyzeFSL = 3,
  Analyze75Flavor::AnalyzeSPM = 2,
  Analyze75Flavor::AnalyzeITK4Warning = 1,
  Analyze75Flavor::AnalyzeReject = 0
}
 
enum  NiftiFileEnum : int8_t {
  NiftiFileEnum::TwoFileNifti = 2,
  NiftiFileEnum::OneFileNifti = 1,
  NiftiFileEnum::Analyze75 = 0,
  NiftiFileEnum::OtherOrError = -1
}
 

Member Enumeration Documentation

◆ Analyze75Flavor

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

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: