Class managing the column index access of an entry. More...
#include <include/gudhi/Persistence_matrix/columns/entry_types.h>
Public Member Functions | |
| Entry_column_index () | |
| Default constructor. Sets to the column index to -1. | |
| Entry_column_index (Index columnIndex) | |
| Stores the given column index. | |
| Index | get_column_index () const |
| Returns the MatIdx column index stored in the entry. | |
| void | set_column_index (Index columnIndex) |
| Sets the column index to the given value. | |
Class managing the column index access of an entry.
| Index | MatIdx index type. |
|
inline |
Stores the given column index.
| columnIndex | Column index of the entry. |
|
inline |
Returns the MatIdx column index stored in the entry.
|
inline |
Sets the column index to the given value.
| columnIndex | Column index of the entry. |