10 #ifndef __UZH_CALIBTOOLFACTORY__
11 #define __UZH_CALIBTOOLFACTORY__
18 #include <iCub/ICalibTool.h>
51 group.push_back(factory);
59 for (
unsigned int i=0; i<group.size(); i++) {
60 if (group[i]->getName() == name) {
61 return group[i]->create();
68 std::vector<std::string> result;
69 for (
unsigned int i=0; i<group.size(); i++) {
70 result.push_back(std::string(group[i]->getName().c_str()));
77 for (
unsigned int i=0; i<group.size(); i++) {
83 std::vector<CalibToolFactory*> group;