MeVisLab Scripting Reference
|
Inherits MLRefCountedBaseWrapper.
Public Slots | |
QList< quint64 > | imageIds () const |
bool | isValidImage (quint64 id) const |
QList< int > | extent (quint64 id) const |
MLABDicomTree * | dicomTree (quint64 id) const |
QStringList | filePaths (quint64 id) const |
A class that wraps DicomImportResult objects.
|
slot |
Returns the DICOM tree of volume. Returns NULL if the ID was invalid.
|
slot |
Returns the extent of the volume image (if it is a valid image), empty tuple otherwise.
|
slot |
Returns the file paths of the image. Returns an empty list if the ID was invalid.
|
slot |
Returns unique image IDs of the imported data. Those must be used to address the images!
|
slot |
Returns true
if the provided id belongs to a valid image.