Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::MosaicDescriptor Struct Reference

The MosaicDescriptor struct is a help struct holding the necessary information for loading a mosaic DICOM file into an MITK file with correct geometry information. More...

#include <mitkDiffusionDICOMFileReaderHelper.h>

Public Attributes

unsigned int nimages
 
bool slicenormalup
 
itk::ImageBase< 3 >::SpacingType spacing
 
itk::ImageBase< 3 >::DirectionType direction
 
float origin [3]
 

Detailed Description

The MosaicDescriptor struct is a help struct holding the necessary information for loading a mosaic DICOM file into an MITK file with correct geometry information.

Definition at line 16 of file mitkDiffusionDICOMFileReaderHelper.h.

Member Data Documentation

itk::ImageBase<3>::DirectionType mitk::MosaicDescriptor::direction

Definition at line 22 of file mitkDiffusionDICOMFileReaderHelper.h.

unsigned int mitk::MosaicDescriptor::nimages
float mitk::MosaicDescriptor::origin[3]

Definition at line 23 of file mitkDiffusionDICOMFileReaderHelper.h.

bool mitk::MosaicDescriptor::slicenormalup

Definition at line 19 of file mitkDiffusionDICOMFileReaderHelper.h.

itk::ImageBase<3>::SpacingType mitk::MosaicDescriptor::spacing

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