File label_region.h File List > geometry > utils > label_region.h Go to the documentation of this file #pragma once #include <uipc/geometry/simplicial_complex.h> namespace uipc::geometry { UIPC_GEOMETRY_API void label_region(SimplicialComplex& complex); } // namespace uipc::geometry