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

#include <mitkTestDCMLoading.h>

Public Types

typedef DicomSeriesReader::StringContainer StringContainer
 
typedef std::list< DataNode::PointerNodeList
 
typedef std::list< itk::SmartPointer< Image > > ImageList
 

Public Member Functions

 TestDCMLoading ()
 
ImageList LoadFiles (const StringContainer &files, itk::SmartPointer< Image > preLoadedVolume=nullptr)
 
std::string DumpImageInformation (const Image *image)
 Dump relevant image information for later comparison. More...
 
bool CompareImageInformationDumps (const std::string &reference, const std::string &test)
 Compare two image information dumps. More...
 

Detailed Description

Definition at line 27 of file mitkTestDCMLoading.h.

Member Typedef Documentation

Definition at line 32 of file mitkTestDCMLoading.h.

Definition at line 31 of file mitkTestDCMLoading.h.

Constructor & Destructor Documentation

mitk::TestDCMLoading::TestDCMLoading ( )

Definition at line 24 of file mitkTestDCMLoading.cpp.

Member Function Documentation

bool mitk::TestDCMLoading::CompareImageInformationDumps ( const std::string &  reference,
const std::string &  test 
)

Compare two image information dumps.

Returns
true, if dumps are sufficiently equal (see parameters)
See also
DumpImageInformation

Definition at line 332 of file mitkTestDCMLoading.cpp.

References MITK_DEBUG, and MITK_ERROR.

Referenced by main(), and mitkDCMTestingSanityTest().

mitk::TestDCMLoading::ImageList mitk::TestDCMLoading::LoadFiles ( const StringContainer files,
itk::SmartPointer< Image preLoadedVolume = nullptr 
)

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