votca 2024-dev
Loading...
Searching...
No Matches
Public Member Functions | List of all members
votca::csg::AnalysisTool Class Referenceabstract

#include <analysistool.h>

Inheritance diagram for votca::csg::AnalysisTool:
Inheritance graph
[legend]

Public Member Functions

 AnalysisTool ()=default
 
virtual ~AnalysisTool ()=default
 
virtual void Register (std::map< std::string, AnalysisTool * > &lib)=0
 
virtual void Command (BondedStatistics &bs, const std::string &cmd, std::vector< std::string > &args)=0
 
virtual void Help (const std::string &cmd, std::vector< std::string > &args)=0
 

Detailed Description

Definition at line 35 of file analysistool.h.

Constructor & Destructor Documentation

◆ AnalysisTool()

votca::csg::AnalysisTool::AnalysisTool ( )
default

◆ ~AnalysisTool()

virtual votca::csg::AnalysisTool::~AnalysisTool ( )
virtualdefault

Member Function Documentation

◆ Command()

virtual void votca::csg::AnalysisTool::Command ( BondedStatistics bs,
const std::string &  cmd,
std::vector< std::string > &  args 
)
pure virtual

◆ Help()

virtual void votca::csg::AnalysisTool::Help ( const std::string &  cmd,
std::vector< std::string > &  args 
)
pure virtual

◆ Register()

virtual void votca::csg::AnalysisTool::Register ( std::map< std::string, AnalysisTool * > &  lib)
pure virtual

The documentation for this class was generated from the following file: