Simpatico
v1.10
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
src
tools
processor
ProcessorAnalyzerManager.h
1
#ifndef TOOLS_PROCESSOR_ANALYZER_MANAGER_H
2
#define TOOLS_PROCESSOR_ANALYZER_MANAGER_H
3
4
/*
5
* Simpatico - Processor Package for Polymeric and Molecular Liquids
6
*
7
* Copyright 2010 - 2017, The Regents of the University of Minnesota
8
* Distributed under the terms of the GNU General Public License.
9
*/
10
11
#include <tools/analyzers/AnalyzerManager.h>
// base class
12
13
namespace
Tools
14
{
15
16
using namespace
Util
;
17
18
class
Processor;
19
25
class
ProcessorAnalyzerManager
:
public
AnalyzerManager
26
{
27
28
public
:
29
33
ProcessorAnalyzerManager
(
Processor
& processor);
34
38
virtual
~
ProcessorAnalyzerManager
();
39
43
virtual
Factory<Analyzer>
* newDefaultFactory()
const
;
44
45
private
:
46
48
Processor
* processorPtr_;
49
50
};
51
52
}
53
#endif
Tools::AnalyzerManager
Manager for a list of Analyzer objects.
Definition:
tools/analyzers/AnalyzerManager.h:24
Tools::Processor
A post-processor for analyzing outputs of MD simulations.
Definition:
Processor.h:30
Tools::ProcessorAnalyzerManager
Manager for a list of Analyzer objects.
Definition:
ProcessorAnalyzerManager.h:25
Util
Utility classes for scientific computation.
Definition:
accumulators.mod:1
Tools
Single-processor classes for pre- and post-processing MD trajectories.
Definition:
tools/analyzers/Analyzer.cpp:13
Util::Factory< Analyzer >
Generated on Wed Mar 7 2018 12:59:42 for Simpatico by
1.8.11