Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::DiffusionDICOMFileReaderHelper Class Reference

#include <mitkDiffusionDICOMFileReaderHelper.h>

Public Types

typedef std::vector< std::string > StringContainer
 
typedef std::vector< StringContainerVolumeFileNamesContainer
 

Public Member Functions

std::string GetOutputName (const VolumeFileNamesContainer &filenames)
 
template<typename PixelType , unsigned int VecImageDimension>
itk::VectorImage< PixelType, VecImageDimension >::Pointer LoadToVector (const VolumeFileNamesContainer &filenames)
 
template<typename PixelType , unsigned int VecImageDimension>
itk::VectorImage< PixelType, VecImageDimension >::Pointer LoadMosaicToVector (const VolumeFileNamesContainer &filenames, const MosaicDescriptor &mosaicInfo)
 

Detailed Description

Definition at line 26 of file mitkDiffusionDICOMFileReaderHelper.h.

Member Typedef Documentation

typedef std::vector< std::string > mitk::DiffusionDICOMFileReaderHelper::StringContainer

Definition at line 29 of file mitkDiffusionDICOMFileReaderHelper.h.

Member Function Documentation

std::string mitk::DiffusionDICOMFileReaderHelper::GetOutputName ( const VolumeFileNamesContainer filenames)
inline
template<typename PixelType , unsigned int VecImageDimension>
itk::VectorImage< PixelType, VecImageDimension >::Pointer mitk::DiffusionDICOMFileReaderHelper::LoadMosaicToVector ( const VolumeFileNamesContainer filenames,
const MosaicDescriptor mosaicInfo 
)
inline

Create the vector image for the resulting diffusion image from a mosaic DICOM image set, The method needs to be provided with the MosaicDescriptor struct to be able to compute the correct index and to set the geometry information of the image itself.

Definition at line 149 of file mitkDiffusionDICOMFileReaderHelper.h.

References MITK_INFO, mitkThrow, mitk::New(), mitk::MosaicDescriptor::nimages, and mitk::MosaicDescriptor::spacing.

Referenced by mitk::DiffusionDICOMFileReader::LoadSingleOutputImage().

template<typename PixelType , unsigned int VecImageDimension>
itk::VectorImage< PixelType, VecImageDimension >::Pointer mitk::DiffusionDICOMFileReaderHelper::LoadToVector ( const VolumeFileNamesContainer filenames)
inline

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