votca 2024-dev
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
graph.h File Reference
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include "edgecontainer.h"
#include "graphnode.h"
Include dependency graph for graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  votca::tools::Graph
 

Namespaces

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

Functions

bool votca::tools::cmpVertNodePair (const std::pair< Index, GraphNode > &id_and_node1, const std::pair< Index, GraphNode > &id_and_node2)
 Compare function pair<Index ,GraphNode> object.