48 #ifndef _MIRA_TEMPLATECLASS_H_ 49 #define _MIRA_TEMPLATECLASS_H_ 63 template<
typename CLASS>
73 std::string
const& name,
88 virtual std::string
const&
getName()
const;
93 template<
typename CLASS>
95 std::string
const& name,
97 TClass<CLASS>( identifier, name, libLoaded )
$In contrast to the VacantClass this is the "real" class specific implementation which is able to con...
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
virtual std::string const & getIdentifier() const
Return identifier for the class.
The TClass object is the implementation of the class class for classes which are available since the ...
Definition: TClass.h:75
virtual std::string const & getName() const
Return name of the class.
The TemplateClass object is the implementation of the Class class for template classes.
Definition: TemplateClass.h:64
TemplateClass(std::string const &identifier, std::string const &name, bool libLoaded)
The constructor The constructor calls the addMetaInfo() function of the CLASS object to add the meta ...
Definition: TemplateClass.h:94
std::string mIdentifier
class identifier
Definition: Class.h:387