Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <algorithm>
#include <fstream>
#include "mitkColorProperty.h"
#include "mitkDataNode.h"
#include "mitkGroupTagProperty.h"
#include "mitkImage.h"
#include "mitkReferenceCountWatcher.h"
#include "mitkStringProperty.h"
#include "mitkSurface.h"
#include "mitkDataStorage.h"
#include "mitkIOUtil.h"
#include "mitkMessage.h"
#include "mitkNodePredicateAnd.h"
#include "mitkNodePredicateData.h"
#include "mitkNodePredicateDataType.h"
#include "mitkNodePredicateDimension.h"
#include "mitkNodePredicateNot.h"
#include "mitkNodePredicateOr.h"
#include "mitkNodePredicateProperty.h"
#include "mitkNodePredicateSource.h"
#include "mitkStandaloneDataStorage.h"
#include "mitkTestingMacros.h"
Go to the source code of this file.
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Functions | |
void | TestDataStorage (mitk::DataStorage *ds, std::string filename) |
Test for the DataStorage class and its associated classes (e.g. the predicate classes) This method will be called once for each subclass of DataStorage. More... | |
int | mitkDataStorageTest (int argc, char *argv[]) |
int mitkDataStorageTest | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 115 of file mitkDataStorageTest.cpp.
References MITK_TEST_BEGIN(), MITK_TEST_CONDITION_REQUIRED, MITK_TEST_END(), MITK_TEST_FAILED_MSG, MITK_TEST_OUTPUT, mitk::StandaloneDataStorage::New(), mitk::New(), mitk::DataNode::New(), and TestDataStorage().
void TestDataStorage | ( | mitk::DataStorage * | ds, |
std::string | filename | ||
) |
Test for the DataStorage class and its associated classes (e.g. the predicate classes) This method will be called once for each subclass of DataStorage.
Definition at line 162 of file mitkDataStorageTest.cpp.
References mitk::DataStorage::Add(), mitk::DataStorage::AddNodeEvent, mitk::DataStorage::ComputeBoundingGeometry3D(), mitk::DataStorage::GetAll(), mitk::DataStorage::GetDerivations(), mitk::DataStorage::GetGroupTags(), mitk::DataStorage::GetNamedDerivedNode(), mitk::DataStorage::GetNamedNode(), mitk::DataStorage::GetNamedObject(), mitk::DataStorage::GetNode(), mitk::DataStorage::GetSources(), mitk::DataStorage::GetSubset(), mitk::IOUtil::LoadImage(), MITK_TEST_CONDITION, MITK_TEST_CONDITION_REQUIRED, MITK_TEST_FAILED_MSG, MITK_TEST_FOR_EXCEPTION, MITK_TEST_FOR_EXCEPTION_BEGIN, MITK_TEST_FOR_EXCEPTION_END, MITK_TEST_OUTPUT, mitk::NodePredicateOr::New(), mitk::NodePredicateNot::New(), mitk::NodePredicateAnd::New(), mitk::NodePredicateDataType::New(), mitk::NodePredicateDimension::New(), mitk::Surface::New(), mitk::NodePredicateProperty::New(), mitk::GroupTagProperty::New(), mitk::NodePredicateData::New(), mitk::StandaloneDataStorage::New(), mitk::New(), mitk::StringProperty::New(), mitk::ColorProperty::New(), mitk::DataNode::New(), mitk::DataStorage::Remove(), and mitk::DataStorage::RemoveNodeEvent.
Referenced by mitkDataStorageTest().