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

Go to the source code of this file.

Classes

class  votca::tools::GraphNode
 A graph node that will take a variety of different values. More...
 

Namespaces

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

Functions

bool votca::tools::cmpNode (GraphNode gn1, GraphNode gn2)
 Comparison function to be used with stl sort algorithm.