Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkDiffusionDICOMFileReaderHelper.h>
Public Types | |
typedef std::vector< std::string > | StringContainer |
typedef std::vector< StringContainer > | VolumeFileNamesContainer |
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) |
Definition at line 26 of file mitkDiffusionDICOMFileReaderHelper.h.
typedef std::vector< std::string > mitk::DiffusionDICOMFileReaderHelper::StringContainer |
Definition at line 29 of file mitkDiffusionDICOMFileReaderHelper.h.
typedef std::vector< StringContainer > mitk::DiffusionDICOMFileReaderHelper::VolumeFileNamesContainer |
Definition at line 31 of file mitkDiffusionDICOMFileReaderHelper.h.
|
inline |
Definition at line 33 of file mitkDiffusionDICOMFileReaderHelper.h.
References mitk::New().
Referenced by mitk::DiffusionDICOMFileReader::LoadSingleOutputImage().
|
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().
|
inline |
Definition at line 63 of file mitkDiffusionDICOMFileReaderHelper.h.
References MITK_INFO, mitkThrow, and mitk::New().
Referenced by mitk::DiffusionDICOMFileReader::LoadSingleOutputImage().