votca 2024-dev
Loading...
Searching...
No Matches
Namespaces | Functions
graphnode.cc File Reference
#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"
Include dependency graph for graphnode.cc:

Go to the source code of this file.

Namespaces

namespace  votca
 base class for all analysis tools
 
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<< (ostream &os, const GraphNode gn)
 
bool votca::tools::cmpNode (GraphNode gn1, GraphNode gn2)
 Comparison function to be used with stl sort algorithm.