From 5e3e1fee64f2d56d84997d5dcebd311c3841e7a5 Mon Sep 17 00:00:00 2001 From: skachano Date: Wed, 22 Feb 2017 17:05:38 +0000 Subject: 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 --- .../concept/Simplicial_complex_for_witness.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/Witness_complex/concept') 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; -- cgit v1.2.3