MIRA
Namespaces
ChannelPromoteByTypenameRegistration.h File Reference

Registration interface for channel types to enable promotion from void to typed based on runtime knowledge of the type name. More...

#include <utils/UniqueIdentifier.h>
#include <fw/Framework.h>
#include <fw/ChannelPromoteByTypename.h>
Include dependency graph for ChannelPromoteByTypenameRegistration.h:

Go to the source code of this file.

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

Registration interface for channel types to enable promotion from void to typed based on runtime knowledge of the type name.

Keeping this in a separate file from the basic mechanism in ChannelPromoteByTypename.h helps reduce dependencies (rebuild time). It might make less sense to keep them separate once this registration is used more or less ubiquitously. :)

Author
Christof Schröter
Date
2018/08/26