summaryrefslogtreecommitdiff
path: root/src/Witness_complex/concept
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-22 17:05:38 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-22 17:05:38 +0000
commit5e3e1fee64f2d56d84997d5dcebd311c3841e7a5 (patch)
tree4e2459abea115bc04b9606fdc8c8d46f9eb48abb /src/Witness_complex/concept
parent004bfb8ea845b5109252e7fa86103586eda8e146 (diff)
Doc fix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@2096 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a93d997f6d2fdef9a8e9dfad9720af5dae998828
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;