All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
flashmatch::QWeightPointFactory Class Reference

#include <QWeightPoint.h>

Inheritance diagram for flashmatch::QWeightPointFactory:
flashmatch::FlashMatchFactoryBase

Public Member Functions

 QWeightPointFactory ()
 ctor More...
 
 ~QWeightPointFactory ()
 dtor More...
 
BaseFlashMatchcreate (const std::string instance_name)
 creation method More...
 
- Public Member Functions inherited from flashmatch::FlashMatchFactoryBase
 FlashMatchFactoryBase ()
 Default ctor. More...
 
virtual ~FlashMatchFactoryBase ()
 Default dtor (virtual) More...
 

Detailed Description

Definition at line 79 of file QWeightPoint.h.

Constructor & Destructor Documentation

flashmatch::QWeightPointFactory::QWeightPointFactory ( )
inline

ctor

Definition at line 82 of file QWeightPoint.h.

82 { FlashMatchFactory::get().add_factory("QWeightPoint",this); }
static FlashMatchFactory & get()
Static sharable instance getter.
void add_factory(const std::string name, flashmatch::FlashMatchFactoryBase *factory)
Factory registration method (should be called by global factory instance in algorithm header) ...
flashmatch::QWeightPointFactory::~QWeightPointFactory ( )
inline

dtor

Definition at line 84 of file QWeightPoint.h.

84 {}

Member Function Documentation

BaseFlashMatch* flashmatch::QWeightPointFactory::create ( const std::string  instance_name)
inlinevirtual

creation method

Implements flashmatch::FlashMatchFactoryBase.

Definition at line 86 of file QWeightPoint.h.

86 { return new QWeightPoint(instance_name); }

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