MeVisLab Scripting Reference
|
#include <mlMultiFileVolumeWrapper.h>
Inherits QObject.
Public Slots | |
Access to wrapped MultiFileVolume object. | |
| |
QStringList | getFilenames () const |
QString | getPageFileName (qint64 z, qint64 t, qint64 u=0) const |
void | modifyPageFileName (QString newFilename, qint64 z, qint64 t, qint64 u=0) |
QString | getFirstFileName () const |
void | setFirstFileName (QString filename) |
QObject * | getDicomTree () |
QObject * | getPagedImage () |
QObject * | getImageProperties () |
bool | isValidImage () const |
QVariantList | getExtent () const |
quint64 | getZExt () const |
Properties | |
Qt property definitions for the wrapper. | |
| |
QVariantList | extent |
quint64 | zExt |
quint64 | tExt |
quint64 | uExt |
double | importTime |
QString | filterLabel |
QString | filterConfig |
QString | issues |
QString | dicomSMFTagTreeCacheFileName |
This class is an object wrapper for MultiFileVolume objects for Python.
|
slot |
Returns the DicomTree (see MLABDicomTree documentation).
This allows accessing the DICOM tags (if available).
|
slot |
Returns the extent of the volume (x,y,z,c,t,u).
|
slot |
Returns a list of all fileHandles.
|
slot |
Returns the fileHandle of the first frame.
|
slot |
Returns the image properties as PagedImage (see MLPagedImageWrapper documentation).
This allows accessing the image properties ONLY, getTile() is not supported!
|
slot |
Returns the PagedImage (see MLPagedImageWrapper documentation).
This allows accessing the image properties ONLY, getTile() is not supported!
|
slot |
Returns the fileHandle for the specified frame.
|
slot |
Getter(s) used for the corresponding Q_PROPERTY.
|
slot |
Returns if the MultiFileVolume contains a a valid image volume.
|
slot |
Modifies the fileHandle for the specified frame.
|
slot |
Modifies the fileHandle of the first frame.
|
read |
dicomSMFTagTreeCacheFileName
|
read |
extent of the volume (x,y,z,c,t,u)
|
read |
The configuration used during creation process if it has been assigned, otherwise empty; see MultiFileVolume::getInputFilterConfig() and MultiFileVolume::_inputFilterConfig.
|
read |
The filterLabel if any has been assigned, otherwise empty, see MultiFileVolume::getInputFilterLabel() and MultiFileVolume::_inputFilterLabel.
|
read |
The time needed to import MultiFileVolume.
|
read |
Issues belonging to the MultiFileVolume, see MultiFileVolume::getIssues() for details.
|
read |
The t extent of the grid of pageFileNames.
|
read |
The u extent of the grid of pageFileNames.
|
read |
The z extent of the grid of pageFileNames.