summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/concept/VertexHandle.h
blob: 6dd3741b4eed14e2d296f47b4bb1b701ba443ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*    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 Handle type for the vertices of a cell complex.
  * 
  * Must be a signed integer type. <code>operator&lt;</code> defines a total order on it.
  */
struct VertexHandle {};