|
votca 2025.1-dev
|
#include <algorithm>#include <iomanip>#include <iostream>#include <sstream>#include <string>#include <unordered_map>#include <vector>#include <boost/lexical_cast.hpp>#include "votca/tools/graphnode.h"
Go to the source code of this file.
Namespaces | |
| namespace | votca |
| Provides a means for comparing floating point numbers. | |
| namespace | votca::tools |
Functions | |
| string | votca::tools::sig_fig_ (double val, Index sf) |
| string | votca::tools::getIntStringId_ (const unordered_map< string, Index > int_vals) |
| string | votca::tools::getDoubleStringId_ (const unordered_map< string, double > double_vals) |
| string | votca::tools::getStrStringId_ (const unordered_map< string, string > str_vals) |
| ostream & | votca::tools::operator<< (std::ostream &os, const GraphNode gn) |
| bool | votca::tools::cmpNode (GraphNode gn1, GraphNode gn2) |
| Comparison function to be used with stl sort algorithm. | |