Add simplex_order::get_complex()
authorStefan Huber <shuber@sthu.org>
Thu, 9 Jan 2014 11:29:04 +0000 (12:29 +0100)
committerStefan Huber <shuber@sthu.org>
Tue, 14 Jan 2014 15:19:07 +0000 (16:19 +0100)
include/libstick-0.1/simplicialcomplex.h

index 482e12d3edbcd13b46fe3f0f9eb2feee48562273..e83daa47b83597cc016b97bb0bcbd4e04ea3d58b 100644 (file)
@@ -121,6 +121,10 @@ class simplicial_complex {
                     return c.simplices[order.at(i)];
                 }
 
+                const simplcompltype& get_complex() const {
+                    return c;
+                }
+
                 /** Returns true iff the faces of simplex i are before i in this order. */
                 bool is_filtration() const {
                     assert(size() == c.size());