From 3ec8a40aaf7e34116e0d4f422994d5aee109c2b3 Mon Sep 17 00:00:00 2001 From: skachano Date: Mon, 30 Jan 2017 10:29:32 +0000 Subject: The new class design compiles. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@2023 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8243073046081f51ae6725aa3d7dc921dea450e1 --- src/Witness_complex/include/gudhi/Strong_witness_complex.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Witness_complex/include/gudhi/Strong_witness_complex.h') diff --git a/src/Witness_complex/include/gudhi/Strong_witness_complex.h b/src/Witness_complex/include/gudhi/Strong_witness_complex.h index b2bf1b7d..f9d1d681 100644 --- a/src/Witness_complex/include/gudhi/Strong_witness_complex.h +++ b/src/Witness_complex/include/gudhi/Strong_witness_complex.h @@ -58,7 +58,7 @@ private: typedef Landmark_id Vertex_handle; - private: + protected: Nearest_landmark_table_ nearest_landmark_table_; public: @@ -68,6 +68,11 @@ private: //@{ + Strong_witness_complex() + { + } + + /** * \brief Initializes member variables before constructing simplicial complex. * \details Records nearest landmark table. -- cgit v1.2.3