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. More... | |
Entry_column_index (const Entry_column_index &entry) | |
Copy constructor. More... | |
Entry_column_index (Entry_column_index &&entry) noexcept | |
Move constructor. More... | |
Index | get_column_index () const |
Returns the MatIdx column index stored in the entry. More... | |
void | set_column_index (Index columnIndex) |
Sets the column index to the given value. More... | |
Entry_column_index & | operator= (Entry_column_index other) |
Assign operator. | |
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 |
Copy constructor.
entry | Entry to copy. |
|
inlinenoexcept |
Move constructor.
entry | Entry to move. |
|
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. |