From 4714ef44a23b156c16b04550c7b519cf456cb4c2 Mon Sep 17 00:00:00 2001 From: mcarrier Date: Sat, 21 Oct 2017 00:15:29 +0000 Subject: git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Nerve_GIC@2799 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e41f8d57ca5e3e6ab90020f716d6362c73ee48da --- src/Nerve_GIC/example/CoordGIC.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Nerve_GIC/example/CoordGIC.cpp') diff --git a/src/Nerve_GIC/example/CoordGIC.cpp b/src/Nerve_GIC/example/CoordGIC.cpp index 89b0f9a4..68ca6c98 100644 --- a/src/Nerve_GIC/example/CoordGIC.cpp +++ b/src/Nerve_GIC/example/CoordGIC.cpp @@ -50,15 +50,17 @@ int main(int argc, char **argv) { if(!check) std::cout << "Incorrect OFF file." << std::endl; else{ + GIC.set_type("GIC"); + GIC.set_color_from_coordinate(coord); GIC.set_function_from_coordinate(coord); GIC.set_graph_from_automatic_rips(Gudhi::Euclidean_distance()); - GIC.set_automatic_resolution_for_GIC(); GIC.set_gain(); + GIC.set_automatic_resolution(); GIC.set_gain(); GIC.set_cover_from_function(); - GIC.find_GIC_simplices_with_functional_minimal_cover(); + GIC.find_simplices(); GIC.plot_DOT(); -- cgit v1.2.3