OGS
Surface.cpp File Reference

Detailed Description

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"
Include dependency graph for Surface.cpp:

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)