summaryrefslogtreecommitdiff
path: root/src/Witness_complex/concept
diff options
context:
space:
mode:
Diffstat (limited to 'src/Witness_complex/concept')
-rw-r--r--src/Witness_complex/concept/Simplicial_complex_for_witness.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/Witness_complex/concept/Simplicial_complex_for_witness.h b/src/Witness_complex/concept/Simplicial_complex_for_witness.h
index 62a5526c..9cc1a3cd 100644
--- a/src/Witness_complex/concept/Simplicial_complex_for_witness.h
+++ b/src/Witness_complex/concept/Simplicial_complex_for_witness.h
@@ -45,27 +45,6 @@ struct SimplicialComplexForWitness {
*/
std::size_t num_vertices();
- // /** \brief Iterator over the simplices of the complex,
- // * in an arbitrary order.
- // *
- // * 'value_type' must be 'Simplex_handle'.*/
- // typedef unspecified Complex_simplex_range;
-
- // /**
- // * \brief Returns a range over all the simplices of a
- // * complex.
- // */
- // Complex_simplex_range complex_simplex_range();
-
- // /** \brief Iterator over vertices of a simplex.
- // *
- // * 'value type' must be 'Vertex_handle'.*/
- // typedef unspecified Simplex_vertex_range;
-
- // /** \brief Returns a range over vertices of a given
- // * simplex. */
- // Simplex_vertex_range simplex_vertex_range(Simplex_handle const & simplex);
-
/** \brief Return type of an insertion of a simplex
*/
typedef unspecified Insertion_result_type;