MeVisLab Toolbox Reference
|
Class for resolving filenames from a given identifier (url,etc...) for DICOM importing modules. More...
#include <mlDICOMCachedIOFileHandlePlugin.h>
Public Member Functions | |
DICOMCachedIOFileHandlePlugin () | |
Constructor. | |
virtual | ~DICOMCachedIOFileHandlePlugin () |
Destructor. | |
virtual std::string | resolveFilename (const DICOMCachedIOFileHandle &fileHandle) |
Returns the resolved filename for the given handle. | |
Class for resolving filenames from a given identifier (url,etc...) for DICOM importing modules.
Class provides a file handling for DICOM importing modules. DICOMCachedIOFileHandlePlugin is the base class for DICOMCachedIOFileHandlePlugin, which can try to resolve a std::string representation of a given DICOMCachedIOFileHandle. The standard implementation returns the std::string representation.
Definition at line 39 of file mlDICOMCachedIOFileHandlePlugin.h.
ml::DICOMCachedIOFileHandlePlugin::DICOMCachedIOFileHandlePlugin | ( | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Returns the resolved filename for the given handle.
In the standard implementation the std::string representation is returned.
Reimplemented in DICOMCachedIOFileHandlePythonPlugin.