MeVisLab Toolbox Reference
ml::internal::SingleTypeCaller< Processor, VariableType > Class Template Reference

Internal helper class that uses a VariableType to convert a datatype integer to the correct Processor::process<DataType>() call. More...

#include <mlTypedProcessing.h>

Inheritance diagram for ml::internal::SingleTypeCaller< Processor, VariableType >:
ml::VariableType< SingleTypeCaller< Processor, VariableType >, 0, internal::EmptyType >

Public Member Functions

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

Detailed Description

template<class Processor, template< typename, int, typename > class VariableType>
class ml::internal::SingleTypeCaller< Processor, VariableType >

Internal helper class that uses a VariableType to convert a datatype integer to the correct Processor::process<DataType>() call.

Definition at line 28 of file mlTypedProcessing.h.

Member Function Documentation

◆ doSwitchingWithLabel()

template<class Processor , template< typename, int, typename > class VariableType>
template<typename Types >
void ml::internal::SingleTypeCaller< Processor, VariableType >::doSwitchingWithLabel ( const internal::EmptyType &  ,
internal::EmptyType *   
)
inline

Definition at line 39 of file mlTypedProcessing.h.

◆ process()

template<class Processor , template< typename, int, typename > class VariableType>
void ml::internal::SingleTypeCaller< Processor, VariableType >::process ( int  dataType,
Processor &  f 
)
inline

Definition at line 31 of file mlTypedProcessing.h.

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


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