|
Thrill
0.1
|
Include dependency graph for triangles.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | hash< Edge > |
Namespaces | |
| examples | |
| examples::triangles | |
Macros | |
| #define | THRILL_EXAMPLES_TRIANGLES_TRIANGLES_HEADER |
Typedefs | |
| using | Edge = std::pair< Node, Node > |
| using | Node = size_t |
Functions | |
| template<bool UseDetection = false, typename Stack > | |
| size_t | CountTriangles (const DIA< Edge, Stack > &edges) |
| #define THRILL_EXAMPLES_TRIANGLES_TRIANGLES_HEADER |
Definition at line 13 of file triangles.hpp.
Definition at line 21 of file triangles.hpp.
| using Node = size_t |
Definition at line 20 of file triangles.hpp.