summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/concept/SimplexTreeOptions.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-01-07 12:00:15 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-01-07 12:00:15 +0000
commite5c82f8817a48b2675d1e6318086de26e9b82d35 (patch)
treedf8f8ee17205c9d5debeaab384b1ea060cd767b0 /src/Simplex_tree/concept/SimplexTreeOptions.h
parent4f73cb4a01692dbbe9547177b5b59425eae0d157 (diff)
parent73fe516c21272bdd0a18955acb497e79d5b494f8 (diff)
contiguous_vertices branch development merge.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@950 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1ec25e73a5d40695aa60175b378ec2ca64da480b
Diffstat (limited to 'src/Simplex_tree/concept/SimplexTreeOptions.h')
-rw-r--r--src/Simplex_tree/concept/SimplexTreeOptions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Simplex_tree/concept/SimplexTreeOptions.h b/src/Simplex_tree/concept/SimplexTreeOptions.h
index add3ebdd..d072cf34 100644
--- a/src/Simplex_tree/concept/SimplexTreeOptions.h
+++ b/src/Simplex_tree/concept/SimplexTreeOptions.h
@@ -37,5 +37,7 @@ struct SimplexTreeOptions {
static const bool store_key;
/// If true, each simplex has extra storage for one `Filtration_value`, and this value is propagated by operations like `Gudhi::Simplex_tree::expansion`. Without it, `Persistent_cohomology` degenerates to computing usual (non-persistent) cohomology.
static const bool store_filtration;
+ /// If true, the list of vertices present in the complex must always be 0, ..., num_vertices-1, without any hole.
+ static constexpr bool contiguous_vertices;
};