Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Go to the source code of this file.
Functions | |
bool | CheckAllPropertiesAreInOtherList (const mitk::PropertyList *list, const mitk::PropertyList *otherList) |
bool | VerifyPropertyListsEquality (const mitk::PropertyList *testList, const mitk::PropertyList *referenceList) |
int | mitkDICOMPreloadedVolumeTest (int argc, char **const argv) |
bool CheckAllPropertiesAreInOtherList | ( | const mitk::PropertyList * | list, |
const mitk::PropertyList * | otherList | ||
) |
Definition at line 23 of file mitkDICOMPreloadedVolumeTest.cpp.
References mitk::PropertyList::GetMap(), MITK_TEST_CONDITION, and MITK_TEST_CONDITION_REQUIRED.
Referenced by VerifyPropertyListsEquality().
int mitkDICOMPreloadedVolumeTest | ( | int | argc, |
char **const | argv | ||
) |
Definition at line 58 of file mitkDICOMPreloadedVolumeTest.cpp.
References mitk::TestDICOMLoading::DecorateVerifyCachedImage(), images, mitk::DICOMFileReader::IsDICOM(), mitk::TestDICOMLoading::LoadFiles(), MITK_TEST_BEGIN(), MITK_TEST_CONDITION, MITK_TEST_CONDITION_REQUIRED, MITK_TEST_END(), MITK_TEST_OUTPUT, mitk::PropertyList::New(), and VerifyPropertyListsEquality().
bool VerifyPropertyListsEquality | ( | const mitk::PropertyList * | testList, |
const mitk::PropertyList * | referenceList | ||
) |
Definition at line 48 of file mitkDICOMPreloadedVolumeTest.cpp.
References CheckAllPropertiesAreInOtherList(), and MITK_TEST_CONDITION.
Referenced by mitkDICOMPreloadedVolumeTest().