47 #ifndef _MIRA_ADAPTABLE_H_ 48 #define _MIRA_ADAPTABLE_H_ specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
An interface for an adaptable object.
Definition: Adaptable.h:62
Class object which supports some kind of class reflection.
Definition: Class.h:97
virtual ~IAdaptable()
Definition: Adaptable.h:66
$Header file containing base classes to enable class creation using a class factory$ ...
The object class acts as a generic base class for classes which should be used with the classFactory...
Definition: Object.h:144
virtual Object * getAdapter(const Class &adapter)=0
Returns an object which is an instance of the given class associated with this object.