summaryrefslogtreecommitdiff
path: root/src/Toplex_map/include
diff options
context:
space:
mode:
authorfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-01-08 10:57:04 +0000
committerfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-01-08 10:57:04 +0000
commit6485e6957ef3c9310f618db6caaf2858cc56db66 (patch)
tree3a8e123b4d0269dbe11d6873ed392856534cc69c /src/Toplex_map/include
parent20034acbc1a6aa83a0a9fd2ee660bcda4dec6ebf (diff)
test name
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3115 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4d65b9218d81a3f7e32dd873ba8eb0d5e6524095
Diffstat (limited to 'src/Toplex_map/include')
-rw-r--r--src/Toplex_map/include/gudhi/Fake_simplex_tree.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Toplex_map/include/gudhi/Fake_simplex_tree.h b/src/Toplex_map/include/gudhi/Fake_simplex_tree.h
index ea5ac618..abd815f9 100644
--- a/src/Toplex_map/include/gudhi/Fake_simplex_tree.h
+++ b/src/Toplex_map/include/gudhi/Fake_simplex_tree.h
@@ -31,18 +31,6 @@ struct Visitor {
class Fake_simplex_tree : public Filtered_toplex_map {
public:
- /** Vertex is the type of vertices.
- * \ingroup toplex_map */
- typedef Toplex_map::Vertex Vertex;
-
- /** Simplex is the type of simplices.
- * \ingroup toplex_map */
- typedef Toplex_map::Simplex Simplex;
-
- /** The type of the pointers to maximal simplices.
- * \ingroup toplex_map */
- typedef Toplex_map::Simplex_ptr Simplex_ptr;
-
/** The type of the sets of Simplex_ptr.
* \ingroup toplex_map */
typedef Toplex_map::Simplex_ptr_set Simplex_ptr_set;