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