Simpatico
v1.10
|
AnalyzerFactory for an McSimulation.
Definition at line 29 of file McAnalyzerFactory.h.
#include <McAnalyzerFactory.h>
Public Member Functions | |
McAnalyzerFactory (McSimulation &simulation, McSystem &system) | |
Constructor. More... | |
virtual Analyzer * | factory (const std::string &className) const |
Return pointer to a new Analyzer object. More... | |
![]() | |
Factory () | |
Constructor. More... | |
virtual | ~Factory () |
Destructor. More... | |
void | addSubfactory (Factory< Analyzer > &subfactory) |
Add a new subfactory to the list. More... | |
Analyzer * | readObject (std::istream &in, ParamComposite &parent, std::string &className, bool &isEnd) |
Read a class name, instantiate an object, and read its parameters. More... | |
Analyzer * | loadObject (Serializable::IArchive &ar, ParamComposite &parent, std::string &className) |
Load a class name, instantiate an object, and load the object. More... | |
Protected Member Functions | |
McSystem & | system () const |
Return reference to parent McSystem. More... | |
McSimulation & | simulation () const |
Return reference to parent McSimulation. More... | |
![]() | |
Analyzer * | trySubfactories (const std::string &className) const |
Search through subfactories for match. More... | |
void | setIoCommunicator (MPI::Intracomm &communicator) |
Set associated Mpi communicator. More... | |
bool | hasIoCommunicator () const |
Does this factory have a param communicator? More... | |
McMd::McAnalyzerFactory::McAnalyzerFactory | ( | McSimulation & | simulation, |
McSystem & | system | ||
) |
Constructor.
simulation | parent McSimulation |
system | parent McSystem |
Definition at line 48 of file McAnalyzerFactory.cpp.
|
virtual |
Return pointer to a new Analyzer object.
className | name of a subclass of Analyzer. |
Implements Util::Factory< Analyzer >.
Reimplemented in McMd::SliplinkMcAnalyzerFactory.
Definition at line 58 of file McAnalyzerFactory.cpp.
References McMd::SystemAnalyzerFactory::factory(), system(), and Util::Factory< Analyzer >::trySubfactories().
Referenced by McMd::SliplinkMcAnalyzerFactory::factory().
|
inlineprotected |
Return reference to parent McSystem.
Definition at line 55 of file McAnalyzerFactory.h.
Referenced by McMd::SliplinkMcAnalyzerFactory::factory(), and factory().
|
inlineprotected |
Return reference to parent McSimulation.
Definition at line 61 of file McAnalyzerFactory.h.