Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkCollectionReader.h"
#include <vtkXMLDataElement.h>
#include <mitkIOUtil.h>
#include <QDir>
Go to the source code of this file.
Functions | |
static std::string | GetName (std::string fileName, std::string suffix) |
static std::string | GetDate (std::string fileName, std::string suffix) |
Variables | |
const std::string | COLLECTION |
const std::string | SUBCOLLECTION |
const std::string | DATA |
const std::string | ITEM |
const std::string | NAME |
const std::string | ID |
const std::string | FILEPATH |
const std::string | LINK |
|
static |
Definition at line 43 of file mitkCollectionReader.cpp.
Referenced by mitk::CollectionReader::FolderToCollection().
|
static |
Definition at line 37 of file mitkCollectionReader.cpp.
Referenced by berry::IConfigurationElement::CreateExecutableExtension(), mitk::CollectionReader::FolderToCollection(), mitk::Tool::GetIconPath(), berry::Job::GetName(), mitk::Annotation::IsOn(), berry::Reflection::TypeInfo::New(), mitk::AbstractFileIO::RegisterService(), mitk::AbstractFileWriter::RegisterService(), mitk::AbstractFileReader::RegisterService(), mitk::USControlInterfaceProbes::SelectProbe(), mitk::WatershedTool::SetLevel(), QmitkLabelSetWidget::UpdateControls(), mitk::ItkImageIO::Write(), and QmitkLabelSetWidget::~QmitkLabelSetWidget().
const std::string COLLECTION |
Definition at line 26 of file mitkCollectionReader.cpp.
Referenced by mitk::CollectionReader::StartElement().
const std::string DATA |
Definition at line 28 of file mitkCollectionReader.cpp.
Referenced by mitk::CollectionReader::EndElement(), and mitk::CollectionReader::StartElement().
const std::string FILEPATH |
Definition at line 33 of file mitkCollectionReader.cpp.
const std::string ID |
Definition at line 32 of file mitkCollectionReader.cpp.
Referenced by mitk::CollectionReader::StartElement().
const std::string ITEM |
Definition at line 29 of file mitkCollectionReader.cpp.
Referenced by mitk::CollectionReader::StartElement().
const std::string LINK |
Definition at line 34 of file mitkCollectionReader.cpp.
Referenced by mitk::CollectionReader::StartElement().
const std::string NAME |
Definition at line 31 of file mitkCollectionReader.cpp.
Referenced by mitk::CollectionReader::StartElement().
const std::string SUBCOLLECTION |
Definition at line 27 of file mitkCollectionReader.cpp.
Referenced by mitk::CollectionReader::EndElement(), and mitk::CollectionReader::StartElement().