Simpatico  v1.10
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 
26  {
27 
28  public:
29 
34 
38  virtual ~ProcessorAnalyzerManager();
39 
43  virtual Factory<Analyzer>* newDefaultFactory() const;
44 
45  private:
46 
48  Processor* processorPtr_;
49 
50  };
51 
52 }
53 #endif
Manager for a list of Analyzer objects.
A post-processor for analyzing outputs of MD simulations.
Definition: Processor.h:30
Manager for a list of Analyzer objects.
Utility classes for scientific computation.
Definition: accumulators.mod:1
Single-processor classes for pre- and post-processing MD trajectories.