25class DICOMCachedIOFileHandleBase;
31#include <FMEThirdPartyWarningsDisable.h>
33#include <FMEThirdPartyWarningsRestore.h>
67 virtual std::string
resolveFilename(
const ML_NAMESPACE::DICOMCachedIOFileHandle &fileHandle)
override;
Project global and OS specific declarations.
The DICOMCachedIOFileHandlePythonPlugin class can be used to resolve DICOMCachedIOFileHandle from pyt...
DICOMCachedIOFileHandlePythonPlugin()
Default constructor.
std::string _filename
Resolved filename.
virtual void setResolvedFilename(QString filename)
Function to set the resolved filename.
virtual std::string resolveFilename(const ml::DICOMCachedIOFileHandle &fileHandle) override
Resolves a filename for a given DICOMCachedIOFileHandle.
void updateFilename(QString *oldFilename)
Qt or python objects can connect to this signal.
virtual ~DICOMCachedIOFileHandlePythonPlugin()
Denstructor.
Header file for class resolving filenames from a given identifier (url,etc...) for DICOM importing mo...
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
DICOMCachedIOFileHandleBase< char > DICOMCachedIOFileHandle
"Forward" to DICOMCachedIOFileHandle.