All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
ZigzagOptions.h
Go to the documentation of this file.
1/* This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
2 * See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
3 * Author(s): Hannah Schreiber
4 *
5 * Copyright (C) 2024 Inria
6 *
7 * Modification(s):
8 * - YYYY/MM Author: Description of the modification
9 */
10
11#ifndef CONCEPT_ZZ_OPTIONS_TYPE_H_
12#define CONCEPT_ZZ_OPTIONS_TYPE_H_
13
19namespace Gudhi {
20namespace zigzag_persistence {
21
31 using Internal_key = unspecified;
32
37 using Cell_key = unspecified;
38
42 using Filtration_value = unspecified;
43
47 using Dimension = unspecified;
48
53};
54
64 using Internal_key = unspecified;
65
69 using Dimension = unspecified;
70
75};
76
77} // namespace zigzag_persistence
78} // namespace Gudhi
79
80#endif // CONCEPT_ZZ_OPTIONS_TYPE_H_
Column_types
List of column types.
Definition: persistence_matrix_options.h:30
Gudhi namespace.
Definition: SimplicialComplexForAlpha.h:14
List of options used for the filtered zigzag persistence computation.
Definition: ZigzagOptions.h:27
unspecified Dimension
Type for the dimension values.
Definition: ZigzagOptions.h:47
unspecified Filtration_value
Type for filtration values.
Definition: ZigzagOptions.h:42
unspecified Internal_key
Numerical type for the cell IDs used internally and other indexations. It must be signed.
Definition: ZigzagOptions.h:31
unspecified Cell_key
Type for the cell IDs used at insertion and in the boundaries given as argument. Has to be usable as ...
Definition: ZigzagOptions.h:37
static const Gudhi::persistence_matrix::Column_types column_type
Column type used by the internal matrix.
Definition: ZigzagOptions.h:52
List of options used for the zigzag persistence computation.
Definition: ZigzagOptions.h:60
unspecified Dimension
Type for the dimension values.
Definition: ZigzagOptions.h:69
static const Gudhi::persistence_matrix::Column_types column_type
Column type used by the internal matrix.
Definition: ZigzagOptions.h:74
unspecified Internal_key
Numerical type for the cell IDs used internally and other indexations. It must be signed.
Definition: ZigzagOptions.h:64