PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
|
#include "label_components.hh"
#include "connected_components_impl.hh"
#include "pism/util/array/Scalar.hh"
#include "pism/util/error_handling.hh"
#include "pism/util/petscwrappers/Vec.hh"
Go to the source code of this file.
Namespaces | |
namespace | pism |
namespace | pism::connected_components |
Functions | |
void | pism::connected_components::label_serial (double *image, int nrows, int ncols, bool mark_isolated_components, int reachable, int min_label) |
void | pism::connected_components::label_serial (array::Scalar &mask, bool mark_isolated_components, int reachable) |