|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
Adds "foregrdound" and "attached" concepts to an "array". More...
#include <connected_components_impl.hh>
Public Member Functions | |
| Mask (ARRAY &data, int reachable_value=-1) | |
| std::array< int, 2 > | shape () const |
| bool | is_foreground (int i, int j) const |
| bool | is_attached (int i, int j) const |
Private Attributes | |
| ARRAY & | m_data |
| int | m_reachable |
Adds "foregrdound" and "attached" concepts to an "array".
Definition at line 128 of file connected_components_impl.hh.