![]() |
OGS
|
|
Go to the source code of this file.
Classes | |
| class | GeoLib::Surface |
| A Surface is represented by Triangles. It consists of a reference to a vector of (pointers to) points (_sfc_pnts) and a vector that stores the Triangles consisting of points from _sfc_pnts. More... | |
Namespaces | |
| namespace | GeoLib |
Functions | |
| bool | GeoLib::operator== (Surface const &lhs, Surface const &rhs) |
| void | GeoLib::resetPointIDs (Surface &surface, std::vector< std::size_t > const &mapping) |
| Resets the point IDs of the surface corresponding to the mapping. | |
| void | GeoLib::markUsedPoints (Surface const &surface, std::vector< bool > &used_points) |