From 752ee9a3e0154b8f3ee451ecefd8023e15d3edcd Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Thu, 15 Mar 2018 16:28:00 +0000 Subject: Fisrst version of the binding git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/python_nerve_gic_vincent@3291 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 082f786e6b7b2f3377ebeab8cfb49029ea809d27 --- src/cython/include/Nerve_gic_interface.h | 46 ++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/cython/include/Nerve_gic_interface.h (limited to 'src/cython/include') diff --git a/src/cython/include/Nerve_gic_interface.h b/src/cython/include/Nerve_gic_interface.h new file mode 100644 index 00000000..8273d190 --- /dev/null +++ b/src/cython/include/Nerve_gic_interface.h @@ -0,0 +1,46 @@ +/* This file is part of the Gudhi Library. The Gudhi library + * (Geometric Understanding in Higher Dimensions) is a generic C++ + * library for computational topology. + * + * Author(s): Vincent Rouvreau + * + * Copyright (C) 2018 Inria + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef INCLUDE_NERVE_GIC_INTERFACE_H_ +#define INCLUDE_NERVE_GIC_INTERFACE_H_ + +#include +#include + +#include "Simplex_tree_interface.h" + +#include +#include +#include + +namespace Gudhi { + +namespace cover_complex { + +class Nerve_gic_interface : public Cover_complex> { +}; + +} // namespace cover_complex + +} // namespace Gudhi + +#endif // INCLUDE_NERVE_GIC_INTERFACE_H_ -- cgit v1.2.3