summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/concept/IndexingTag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Simplex_tree/concept/IndexingTag.h')
-rw-r--r--src/Simplex_tree/concept/IndexingTag.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Simplex_tree/concept/IndexingTag.h b/src/Simplex_tree/concept/IndexingTag.h
new file mode 100644
index 00000000..5ab50f1c
--- /dev/null
+++ b/src/Simplex_tree/concept/IndexingTag.h
@@ -0,0 +1,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 {};