summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/concept/IndexingTag.h
blob: 5ab50f1ce4f9432f65deeb265623a4a312d47966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*    This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
 *    See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
 *    Author(s):       Clément Maria
 *
 *    Copyright (C) 2014 Inria
 *
 *    Modification(s):
 *      - YYYY/MM Author: Description of the modification
 */

/** \brief Concept describing an indexing scheme (see FilteredComplex) 
  * for applying 
  * continuous maps to a cell complex, and compute its persistent
  * homology.
  *
  * Must be `Gudhi::linear_indexing_tag`. 
  */
struct IndexingTag {};