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