1 #ifndef TOOLS_PROCESSOR_ANALYZER_FACTORY_H 2 #define TOOLS_PROCESSOR_ANALYZER_FACTORY_H 11 #include <util/param/Factory.h> 12 #include <tools/analyzers/Analyzer.h> 44 virtual Analyzer* factory(
const std::string& className)
const;
52 {
return *processorPtr_; }
Utility classes for scientific computation.