votca 2024-dev
Loading...
Searching...
No Matches
Namespaces | Functions
graph.cc File Reference
#include <algorithm>
#include <cassert>
#include <string>
#include "votca/tools/graph.h"
Include dependency graph for graph.cc:

Go to the source code of this file.

Namespaces

namespace  votca
 base class for all analysis tools
 
namespace  votca::tools
 

Functions

bool votca::tools::nodeForEveryVertex_ (vector< Index > vertices, unordered_map< Index, GraphNode > nodes)
 
ostream & votca::tools::operator<< (ostream &os, const Graph graph)
 
bool votca::tools::cmpVertNodePair (const pair< Index, GraphNode > &id_and_node1, const pair< Index, GraphNode > &id_and_node2)