![]() |
|
|
Generated: 24 Nov 2008 |
#include <ToolFactory.h>
Definition at line 13 of file ToolFactory.h.
Static Public Member Functions | |
| static IAlgTool * | create (const std::string &type, const std::string &name, IInterface *parent) |
| static IAlgTool* ToolFactory< T >::create | ( | const std::string & | type, | |
| const std::string & | name, | |||
| IInterface * | parent | |||
| ) | [inline, static] |
Definition at line 14 of file ToolFactory.h.
00014 : static IAlgTool* create(const std::string& type, const std::string& name, IInterface *parent) { 00015 return new T(type, name, parent ); 00016 }