MeVisLab Toolbox Reference
MLDirectDicomImportWrapper Class 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>

Inheritance diagram for MLDirectDicomImportWrapper:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MLDirectDicomImportWrapper()

MLDirectDicomImportWrapper::MLDirectDicomImportWrapper ( ml::DirectDicomImport directDicomImport)

Creates the Python wrapper instance around a DirectDicomImport instance.

Member Function Documentation

◆ _getMultiFileVolumeList() [1/2]

const ml::MultiFileVolumeList & MLDirectDicomImportWrapper::_getMultiFileVolumeList ( ) const
overrideprotected

Returns the constant reference to the instance of the c++ MultiFileVolumeList to be wrapped.

◆ _getMultiFileVolumeList() [2/2]

ml::MultiFileVolumeList & MLDirectDicomImportWrapper::_getMultiFileVolumeList ( )
overrideprotected

Returns the reference to the instance of the c++ MultiFileVolumeList to be wrapped.


The documentation for this class was generated from the following file: