Topological_data_with_averages.h
1 
2 /* This file is part of the Gudhi Library. The Gudhi library
3  * (Geometric Understanding in Higher Dimensions) is a generic C++
4  * library for computational topology.
5  *
6  * Author(s): Pawel Dlotko
7  *
8  * Copyright (C) 2016 Inria
9  *
10  * This program is free software: you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation, either version 3 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program. If not, see <http://www.gnu.org/licenses/>.
22  */
23 
24 #ifndef CONCEPT_TOPOLOGICAL_DATA_WITH_AVERAGES_H_
25 #define CONCEPT_TOPOLOGICAL_DATA_WITH_AVERAGES_H_
26 
27 namespace Gudhi {
28 
29 namespace Persistence_representations {
30 
36  public:
37  void compute_average(const std::vector<Topological_data_with_averages*>& to_average);
38 };
39 
40 } // namespace Persistence_representations
41 
42 } // namespace Gudhi
43 
44 #endif // CONCEPT_TOPOLOGICAL_DATA_WITH_AVERAGES_H_
The concept Topological_data_with_averages describes the requirements for a type to implement a conta...
Definition: Topological_data_with_averages.h:35
Definition: SimplicialComplexForAlpha.h:26
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