47 #ifndef _MIRA_TYPEID_H_ 48 #define _MIRA_TYPEID_H_ 52 #include <boost/type_traits/remove_cv.hpp> 71 static TypeId nextId(
const std::type_info&
type);
75 struct TypeIdHelper :
public TypeIdHelperBase
78 static TypeId id = nextId(
typeid(T));
TypeId typeId()
Generates unique IDs for different types.
Definition: TypeId.h:94
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
PropertyHint type(const std::string &t)
Sets the attribute "type" to the specified value.
Definition: PropertyHint.h:295
int TypeId
The type of the integral TypeId, that can be retrieved by typeId<T>()
Definition: TypeId.h:64