MIRA
Classes | Namespaces | Macros
Registrar.h File Reference

Registration and unregistration helper class. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Registrar< TRegistrar >
 A template class that creates a static instance of TRegistrar. More...
 

Namespaces

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

Macros

#define MIRA_REGISTRAR(TRegistrar)   template class mira::Registrar<TRegistrar>;
 performs the explicit template instantiation More...
 

Detailed Description

Registration and unregistration helper class.

Author
Erik Einhorn
Date
2009/08/21

Macro Definition Documentation

◆ MIRA_REGISTRAR

#define MIRA_REGISTRAR (   TRegistrar)    template class mira::Registrar<TRegistrar>;

performs the explicit template instantiation