SimplicialComplexForCech.h
1 /* This file is part of the Gudhi Library. The Gudhi library
2  * (Geometric Understanding in Higher Dimensions) is a generic C++
3  * library for computational topology.
4  *
5  * Author(s): Vincent Rouvreau
6  *
7  * Copyright (C) 2018 Inria
8  *
9  * This program is free software: you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation, either version 3 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this program. If not, see <http://www.gnu.org/licenses/>.
21  */
22 
23 #ifndef CONCEPT_CECH_COMPLEX_SIMPLICIAL_COMPLEX_FOR_CECH_H_
24 #define CONCEPT_CECH_COMPLEX_SIMPLICIAL_COMPLEX_FOR_CECH_H_
25 
26 namespace Gudhi {
27 
28 namespace cech_complex {
29 
35  typedef unspecified Simplex_handle;
37  typedef unspecified Vertex_handle;
39  typedef unspecified Filtration_value;
40 
42  int assign_filtration(Simplex_handle simplex, Filtration_value filtration);
43 
46  Simplex_vertex_range simplex_vertex_range(Simplex_handle const & simplex);
47 
49  template<class ProximityGraph>
50  void insert_graph(const ProximityGraph& proximity_graph);
51 
54  template< typename Blocker >
55  void expansion_with_blockers(int max_dim, Blocker block_simplex);
56 
58  std::size_t num_vertices();
59 
60 };
61 
62 } // namespace alpha_complex
63 
64 } // namespace Gudhi
65 
66 #endif // CONCEPT_ALPHA_COMPLEX_SIMPLICIAL_COMPLEX_FOR_ALPHA_H_
unspecified Filtration_value
Definition: SimplicialComplexForCech.h:39
Simplex_vertex_range simplex_vertex_range(Simplex_handle const &simplex)
Returns a range over vertices of a given simplex.
int assign_filtration(Simplex_handle simplex, Filtration_value filtration)
Definition: SimplicialComplexForAlpha.h:26
void expansion_with_blockers(int max_dim, Blocker block_simplex)
Expands the simplicial complex containing only its one skeleton until a given maximal dimension...
unspecified Vertex_handle
Definition: SimplicialComplexForCech.h:37
unspecified Simplex_handle
Definition: SimplicialComplexForCech.h:35
void insert_graph(const ProximityGraph &proximity_graph)
Inserts a given Gudhi::ProximityGraph in the simplicial complex.
The concept SimplicialComplexForCech describes the requirements for a type to implement a simplicial ...
Definition: SimplicialComplexForCech.h:33
GUDHI  Version 2.2.0  - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.  - Copyright : GPL v3 Generated on Thu Jun 14 2018 15:00:53 for GUDHI by Doxygen 1.8.13