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

#include <MaxNPEWindow.h>

Inheritance diagram for flashmatch::MaxNPEWindowFactory:
flashmatch::FlashFilterFactoryBase

Public Member Functions

 MaxNPEWindowFactory ()
 ctor More...
 
 ~MaxNPEWindowFactory ()
 dtor More...
 
BaseFlashFiltercreate (const std::string instance_name)
 creation method More...
 
- Public Member Functions inherited from flashmatch::FlashFilterFactoryBase
 FlashFilterFactoryBase ()
 Default ctor. More...
 
virtual ~FlashFilterFactoryBase ()
 Default dtor (virtual) More...
 

Detailed Description

Definition at line 78 of file MaxNPEWindow.h.

Constructor & Destructor Documentation

flashmatch::MaxNPEWindowFactory::MaxNPEWindowFactory ( )
inline

ctor

Definition at line 81 of file MaxNPEWindow.h.

81 { FlashFilterFactory::get().add_factory("MaxNPEWindow",this); }
void add_factory(const std::string name, flashmatch::FlashFilterFactoryBase *factory)
Factory registration method (should be called by global factory instance in algorithm header) ...
static FlashFilterFactory & get()
Static sharable instance getter.
flashmatch::MaxNPEWindowFactory::~MaxNPEWindowFactory ( )
inline

dtor

Definition at line 83 of file MaxNPEWindow.h.

83 {}

Member Function Documentation

BaseFlashFilter* flashmatch::MaxNPEWindowFactory::create ( const std::string  instance_name)
inlinevirtual

creation method

Implements flashmatch::FlashFilterFactoryBase.

Definition at line 85 of file MaxNPEWindow.h.

85 { return new MaxNPEWindow(instance_name); }

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