|
Simpatico
v1.10
|
AnalyzerFactory for any System (for mc or md).
Definition at line 28 of file SystemAnalyzerFactory.h.
#include <SystemAnalyzerFactory.h>
Public Member Functions | |
| SystemAnalyzerFactory (Simulation &simulation, System &system) | |
| Constructor. More... | |
| virtual Analyzer * | factory (const std::string &className) const |
| Return pointer to a new Analyzer object. More... | |
Public Member Functions inherited from Util::Factory< Analyzer > | |
| 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 | |
| Simulation & | simulation () const |
| Return reference to parent Simulation. More... | |
Protected Member Functions inherited from Util::Factory< Analyzer > | |
| 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::SystemAnalyzerFactory::SystemAnalyzerFactory | ( | Simulation & | simulation, |
| System & | system | ||
| ) |
Constructor.
| simulation | parent simulation |
| system | parent system |
Definition at line 51 of file SystemAnalyzerFactory.cpp.
|
virtual |
Return pointer to a new Analyzer object.
| className | name of a subclass of Analyzer. |
Implements Util::Factory< Analyzer >.
Definition at line 60 of file SystemAnalyzerFactory.cpp.
Referenced by McMd::McAnalyzerFactory::factory(), and McMd::MdAnalyzerFactory::factory().
|
inlineprotected |
Return reference to parent Simulation.
Definition at line 54 of file SystemAnalyzerFactory.h.
1.8.11