11#include <geometry/CreatorManager.h>
Pure virtual base class for all geometry creators.
static void registerCreatorFactory(const std::string &name, CreatorFactory *factory)
Register a new creator by providing a name and a pointer to a factory for this kind of creator.
Abstract base class for different kinds of events.
Very simple class to provide an easy way to register creators with the CreatorManager.
static CreatorBase * factory()
Static factory function to return a new instance of the given Creator class.
CreatorFactory(const std::string &name)
Constructor to register the Creator with the CreatorManager.