MeVisLab Toolbox Reference
mlTSubImageVariant.h File Reference
#include "mlInitSystemML.h"
#include "mlTSubImage.h"
#include <variant>
#include <array>

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Functions

template<typename... T>
TSubImageVariant< T... > ml::createTSubImageVariant (const SubImage *subImage)
 
template<typename... T>
TSubImageVariantPair< T... > ml::createTSubImageVariantPair (SubImage &output, const SubImage *input)
 
template<std::size_t N, typename... T>
TSubImageVariantArray< N, T... > ml::createTSubImageVariantArray (const SubImage *inputs)
 
template<std::size_t N, typename... T>
TSubImageVariantArrayPair< N, T... > ml::createTSubImageVariantArrayPair (SubImage &output, const SubImage *inputs)