DiSMEC++
dismec::postproc::PostProcessFactory Class Referenceabstract

#include <postproc.h>

Inheritance diagram for dismec::postproc::PostProcessFactory:
dismec::postproc::CombinedFactory dismec::postproc::GenericPostProcFactory< T, Args >

Public Member Functions

virtual ~PostProcessFactory ()=default
 
virtual std::unique_ptr< PostProcessormake_processor (const std::shared_ptr< objective::Objective > &objective) const =0
 

Detailed Description

Definition at line 25 of file postproc.h.

Constructor & Destructor Documentation

◆ ~PostProcessFactory()

virtual dismec::postproc::PostProcessFactory::~PostProcessFactory ( )
virtualdefault

Member Function Documentation

◆ make_processor()

virtual std::unique_ptr<PostProcessor> dismec::postproc::PostProcessFactory::make_processor ( const std::shared_ptr< objective::Objective > &  objective) const
pure virtual

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