MeVisLab Toolbox Reference
|
An implementation of the DPL::SecondPassPartitioningProvider class for the DirectDicomImport modules. More...
#include <mlDirectDicomImportDPLSecondPassPartitioningProvider.h>
Public Member Functions | |
DirectDicomImportDPLSecondPassPartitioningProvider (DPL::Logger &logger) | |
Constructs a new SecondPassPartitioningProvider and populates the map of known partitioners. | |
DPL::SecondPassPartitioner * | getPartitioner (const std::string &partitionerName) const override |
Gets a SecondPassPartitioner by name. | |
An implementation of the DPL::SecondPassPartitioningProvider class for the DirectDicomImport modules.
It uses a simple std::map container to map between the name of a partitioner to the partitioner itself.
Definition at line 49 of file mlDirectDicomImportDPLSecondPassPartitioningProvider.h.
ml::DirectDicomImportDPLSecondPassPartitioningProvider::DirectDicomImportDPLSecondPassPartitioningProvider | ( | DPL::Logger & | logger | ) |
Constructs a new SecondPassPartitioningProvider and populates the map of known partitioners.
|
override |
Gets a SecondPassPartitioner by name.
partitionerName | name of the partitioner to retrieve |