A descriptor for a class C that provides parameters. More...
#include <Registrar.h>
Public Member Functions | |
virtual const Parametrizable::ParametersDoc | availableParameters () const |
Return the available parameters for this class. | |
virtual Interface * | createInstance (const std::string &className, const Parametrizable::Parameters ¶ms) const |
Create an instance of Interface using params. | |
virtual const std::string | description () const |
Return the description of this class. |
A descriptor for a class C that provides parameters.
Definition at line 96 of file Registrar.h.
virtual const Parametrizable::ParametersDoc PointMatcherSupport::Registrar< Interface >::GenericClassDescriptor< C >::availableParameters | ( | ) | const [inline, virtual] |
Return the available parameters for this class.
Implements PointMatcherSupport::Registrar< Interface >::ClassDescriptor.
Definition at line 117 of file Registrar.h.
virtual Interface* PointMatcherSupport::Registrar< Interface >::GenericClassDescriptor< C >::createInstance | ( | const std::string & | className, |
const Parametrizable::Parameters & | params | ||
) | const [inline, virtual] |
Create an instance of Interface using params.
Implements PointMatcherSupport::Registrar< Interface >::ClassDescriptor.
Definition at line 98 of file Registrar.h.
virtual const std::string PointMatcherSupport::Registrar< Interface >::GenericClassDescriptor< C >::description | ( | ) | const [inline, virtual] |
Return the description of this class.
Implements PointMatcherSupport::Registrar< Interface >::ClassDescriptor.
Definition at line 113 of file Registrar.h.