summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/concept/SimplexKey.h
blob: 838fc4989fbbc854b0478ac465245f50cdf798bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*    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 Key type used as simplex identifier.
  *
  * Must be an integer type.
  */
 struct SimplexKey {};