![]() |
OGS
|
Definition in file Surface.cpp.
#include "Surface.h"#include <list>#include "AABB.h"#include "AnalyticalGeometry.h"#include "Polygon.h"#include "Polyline.h"#include "SurfaceGrid.h"#include "Triangle.h"Go to the source code of this file.
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) |