|
MeVisLab Toolbox Reference
|
This class wraps the MultiFileVolumeList of the output connector of ml::DirectDicomImport such that it can be accessed from Python. More...
#include <mlDirectDicomImportWrapper.h>
Public Member Functions | |
| MLDirectDicomImportWrapper (ml::DirectDicomImport *directDicomImport) | |
| Creates the Python wrapper instance around a DirectDicomImport instance. | |
Protected Member Functions | |
| ml::MultiFileVolumeList & | _getMultiFileVolumeList () override |
| Returns the reference to the instance of the c++ MultiFileVolumeList to be wrapped. | |
| const ml::MultiFileVolumeList & | _getMultiFileVolumeList () const override |
| Returns the constant reference to the instance of the c++ MultiFileVolumeList to be wrapped. | |
This class wraps the MultiFileVolumeList of the output connector of ml::DirectDicomImport such that it can be accessed from Python.
\script
Definition at line 28 of file mlDirectDicomImportWrapper.h.
| MLDirectDicomImportWrapper::MLDirectDicomImportWrapper | ( | ml::DirectDicomImport * | directDicomImport | ) |
Creates the Python wrapper instance around a DirectDicomImport instance.
|
overrideprotected |
Returns the constant reference to the instance of the c++ MultiFileVolumeList to be wrapped.
|
overrideprotected |
Returns the reference to the instance of the c++ MultiFileVolumeList to be wrapped.