#include <elxSupportedImageTypes.h>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | elastix |
Functions | |
template<typename TFunction > | |
void | elastix::ForEachSupportedImageType (const TFunction &func) |
template<typename TFunction , std::vcl_size_t... VIndexSequence> | |
void | elastix::ForEachSupportedImageType (const TFunction &func, const std::index_sequence< VIndexSequence... > &) |
template<typename TFunction > | |
bool | elastix::ForEachSupportedImageTypeUntilTrue (const TFunction &func) |
template<typename TFunction , std::vcl_size_t... VIndexSequence> | |
bool | elastix::ForEachSupportedImageTypeUntilTrue (const TFunction &func, const std::index_sequence< VIndexSequence... > &) |
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |