|
dejavu
Fast probabilistic symmetry detection.
|
General-purpose datastructures. More...
Classes | |
| class | coloring |
| Vertex coloring for a graph. More... | |
| class | markset |
| Set specialized for quick resets. More... | |
| class | stack_t |
| Stack datastructure. More... | |
| class | worklist_t |
| Fixed-size array, uninitialized. More... | |
| class | workset_t |
| Set with counting. More... | |
| class | workspace |
| Fixed-size integer array, 0-initialized. More... | |
Typedefs | |
| typedef worklist_t< int > | worklist |
| typedef workset_t< int > | work_set_int |
Functions | |
| template<class T > | |
| void | sort_t (T *arr, int sz) |
General-purpose datastructures.
| typedef workset_t<int> dejavu::ds::work_set_int |
| typedef worklist_t<int> dejavu::ds::worklist |