Public Member Functions
PointMatcherSupport::Registrar< Interface >::ClassDescriptor Struct Reference

The interface for class descriptors. More...

#include <Registrar.h>

Inheritance diagram for PointMatcherSupport::Registrar< Interface >::ClassDescriptor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual const
Parametrizable::ParametersDoc 
availableParameters () const =0
 Return the available parameters for this class.
virtual std::shared_ptr
< Interface > 
createInstance (const std::string &className, const Parametrizable::Parameters &params) const =0
 Create an instance of Interface using params.
virtual const std::string description () const =0
 Return the description of this class.
virtual ~ClassDescriptor ()
 Virtual destructor, do nothing.

Detailed Description

template<typename Interface>
struct PointMatcherSupport::Registrar< Interface >::ClassDescriptor

The interface for class descriptors.

Definition at line 82 of file Registrar.h.


Constructor & Destructor Documentation

template<typename Interface >
virtual PointMatcherSupport::Registrar< Interface >::ClassDescriptor::~ClassDescriptor ( ) [inline, virtual]

Virtual destructor, do nothing.

Definition at line 85 of file Registrar.h.


Member Function Documentation

template<typename Interface >
virtual const Parametrizable::ParametersDoc PointMatcherSupport::Registrar< Interface >::ClassDescriptor::availableParameters ( ) const [pure virtual]
template<typename Interface >
virtual std::shared_ptr<Interface> PointMatcherSupport::Registrar< Interface >::ClassDescriptor::createInstance ( const std::string &  className,
const Parametrizable::Parameters params 
) const [pure virtual]
template<typename Interface >
virtual const std::string PointMatcherSupport::Registrar< Interface >::ClassDescriptor::description ( ) const [pure virtual]

The documentation for this struct was generated from the following file:


libpointmatcher
Author(s):
autogenerated on Thu Jun 20 2019 19:51:34