|
TTK
|
#include <DiscreteGradient.h>
Public Member Functions | |
| Cell ()=default | |
| Cell (const int dim, const SimplexId id) | |
| bool | operator== (const Cell &other) const |
| std::string | to_string () const |
Public Attributes | |
| int | dim_ {-1} |
| SimplexId | id_ {-1} |
Basic concept of cell, so it must be able to identify any cell of any dimension.
Definition at line 37 of file DiscreteGradient.h.
|
explicitdefault |
|
inlineexplicit |
Definition at line 40 of file DiscreteGradient.h.
|
inline |
Definition at line 43 of file DiscreteGradient.h.
|
inline |
Definition at line 48 of file DiscreteGradient.h.
| int ttk::dcg::Cell::dim_ {-1} |
Definition at line 53 of file DiscreteGradient.h.
| SimplexId ttk::dcg::Cell::id_ {-1} |
Definition at line 54 of file DiscreteGradient.h.