summaryrefslogtreecommitdiff
path: root/src/Nerve_GIC/example
diff options
context:
space:
mode:
authormcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-10-23 22:35:13 +0000
committermcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-10-23 22:35:13 +0000
commit5af08954aa1996da2006a30db875ceb2395bd243 (patch)
treed3b44fa0ee96e6b82ef793f5fec99369f0decaa3 /src/Nerve_GIC/example
parent87b5938f411856e42ead118d4b6121174c77aad5 (diff)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Nerve_GIC@2802 636b058d-ea47-450e-bf9e-a15bfbe3eedb
Former-commit-id: e5795ee2fb4837e4df98a9d62b741a263d15a776
Diffstat (limited to 'src/Nerve_GIC/example')
-rw-r--r--src/Nerve_GIC/example/CoordGIC.cpp2
-rw-r--r--src/Nerve_GIC/example/FuncGIC.cpp2
-rw-r--r--src/Nerve_GIC/example/Nerve.cpp2
-rw-r--r--src/Nerve_GIC/example/VoronoiGIC.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Nerve_GIC/example/CoordGIC.cpp b/src/Nerve_GIC/example/CoordGIC.cpp
index 53689762..e24943df 100644
--- a/src/Nerve_GIC/example/CoordGIC.cpp
+++ b/src/Nerve_GIC/example/CoordGIC.cpp
@@ -42,7 +42,7 @@ int main(int argc, char **argv) {
// Init of a functional GIC from an OFF file
// -----------------------------------------
- Gudhi::graph_induced_complex::Graph_induced_complex<Point> GIC;
+ Gudhi::cover_complex::Cover_complex<Point> GIC;
GIC.set_verbose(verb);
bool check = GIC.read_point_cloud(off_file_name);
diff --git a/src/Nerve_GIC/example/FuncGIC.cpp b/src/Nerve_GIC/example/FuncGIC.cpp
index a891136f..99e3fb78 100644
--- a/src/Nerve_GIC/example/FuncGIC.cpp
+++ b/src/Nerve_GIC/example/FuncGIC.cpp
@@ -42,7 +42,7 @@ int main(int argc, char **argv) {
// Init of a functional GIC from an OFF file
// -----------------------------------------
- Gudhi::graph_induced_complex::Graph_induced_complex<Point> GIC;
+ Gudhi::cover_complex::Cover_complex<Point> GIC;
GIC.set_verbose(verb);
bool check = GIC.read_point_cloud(off_file_name);
diff --git a/src/Nerve_GIC/example/Nerve.cpp b/src/Nerve_GIC/example/Nerve.cpp
index 4dc5496e..70424cda 100644
--- a/src/Nerve_GIC/example/Nerve.cpp
+++ b/src/Nerve_GIC/example/Nerve.cpp
@@ -44,7 +44,7 @@ int main(int argc, char **argv) {
// Init of a Nerve from an OFF file
// --------------------------------
- Gudhi::graph_induced_complex::Graph_induced_complex<Point> SC;
+ Gudhi::cover_complex::Cover_complex<Point> SC;
SC.set_verbose(verb);
bool check = SC.read_point_cloud(off_file_name);
diff --git a/src/Nerve_GIC/example/VoronoiGIC.cpp b/src/Nerve_GIC/example/VoronoiGIC.cpp
index 10d60218..73a776a6 100644
--- a/src/Nerve_GIC/example/VoronoiGIC.cpp
+++ b/src/Nerve_GIC/example/VoronoiGIC.cpp
@@ -42,7 +42,7 @@ int main(int argc, char **argv) {
// Init of a graph induced complex from an OFF file
// ----------------------------------------------------------------------------
- Gudhi::graph_induced_complex::Graph_induced_complex<Point> GIC;
+ Gudhi::cover_complex::Cover_complex<Point> GIC;
GIC.set_verbose(verb);
bool check = GIC.read_point_cloud(off_file_name);