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

Abstract base class for factory (to be implemented per flash) More...

#include <FlashHypothesisFactory.h>

Inheritance diagram for flashmatch::FlashHypothesisFactoryBase:
flashmatch::ChargeAnalyticalFactory flashmatch::PhotonLibHypothesisFactory

Public Member Functions

 FlashHypothesisFactoryBase ()
 Default ctor. More...
 
virtual ~FlashHypothesisFactoryBase ()
 Default dtor (virtual) More...
 
virtual BaseFlashHypothesiscreate (const std::string instance_name)=0
 Abstract constructor method. More...
 

Detailed Description

Abstract base class for factory (to be implemented per flash)

Definition at line 26 of file FlashHypothesisFactory.h.

Constructor & Destructor Documentation

flashmatch::FlashHypothesisFactoryBase::FlashHypothesisFactoryBase ( )
inline

Default ctor.

Definition at line 29 of file FlashHypothesisFactory.h.

29 {}
virtual flashmatch::FlashHypothesisFactoryBase::~FlashHypothesisFactoryBase ( )
inlinevirtual

Default dtor (virtual)

Definition at line 31 of file FlashHypothesisFactory.h.

31 {}

Member Function Documentation

virtual BaseFlashHypothesis* flashmatch::FlashHypothesisFactoryBase::create ( const std::string  instance_name)
pure virtual

Abstract constructor method.

Implemented in flashmatch::PhotonLibHypothesisFactory, and flashmatch::ChargeAnalyticalFactory.


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