18#ifndef VOTCA_CSG_ANALYSISTOOL_H
19#define VOTCA_CSG_ANALYSISTOOL_H
40 virtual void Register(std::map<std::string, AnalysisTool *> &lib) = 0;
42 std::vector<std::string> &args) = 0;
43 virtual void Help(
const std::string &cmd, std::vector<std::string> &args) = 0;
Class calculates data associated with bond interactions.
base class for all analysis tools