MeVisLab Toolbox Reference
ml::internal::DualTypeCaller< Processor, VariableType1, VariableType2 > Class Template Reference

Internal helper class that uses VariableType1 and VariableType2 to convert two datatype integers to the correct Processor::process<DataType1, DataType2>() call. More...

#include <mlTypedProcessing.h>

Inheritance diagram for ml::internal::DualTypeCaller< Processor, VariableType1, VariableType2 >:

Public Member Functions

void process (int firstDataType, int secondDataType, Processor &f)
 
template<typename Types >
void doSwitchingWithLabel (const internal::EmptyType &args, internal::EmptyType *)
 
template<typename Types >
void doSwitchingWithLabel (const internal::EmptyType &, internal::DispatchVariableType1Label *)
 

Detailed Description

template<class Processor, template< typename, int, typename > class VariableType1, template< typename, int, typename > class VariableType2>
class ml::internal::DualTypeCaller< Processor, VariableType1, VariableType2 >

Internal helper class that uses VariableType1 and VariableType2 to convert two datatype integers to the correct Processor::process<DataType1, DataType2>() call.

Definition at line 52 of file mlTypedProcessing.h.

Member Function Documentation

◆ doSwitchingWithLabel() [1/2]

template<class Processor , template< typename, int, typename > class VariableType1, template< typename, int, typename > class VariableType2>
template<typename Types >
void ml::internal::DualTypeCaller< Processor, VariableType1, VariableType2 >::doSwitchingWithLabel ( const internal::EmptyType &  ,
internal::DispatchVariableType1Label *   
)
inline

Definition at line 72 of file mlTypedProcessing.h.

◆ doSwitchingWithLabel() [2/2]

template<class Processor , template< typename, int, typename > class VariableType1, template< typename, int, typename > class VariableType2>
template<typename Types >
void ml::internal::DualTypeCaller< Processor, VariableType1, VariableType2 >::doSwitchingWithLabel ( const internal::EmptyType &  args,
internal::EmptyType *   
)
inline

Definition at line 66 of file mlTypedProcessing.h.

◆ process()

template<class Processor , template< typename, int, typename > class VariableType1, template< typename, int, typename > class VariableType2>
void ml::internal::DualTypeCaller< Processor, VariableType1, VariableType2 >::process ( int  firstDataType,
int  secondDataType,
Processor &  f 
)
inline

Definition at line 57 of file mlTypedProcessing.h.

Referenced by ml::TypedProcessing::call().


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