Merge points. See below. More...
Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class PointList > | |
| label | mergePoints (const PointList &points, const scalar mergeTol, const bool verbose, labelList &pointMap, typename PointList::const_reference origin=PointList::value_type::zero) |
| Sorts and merges points. All points closer than/equal mergeTol get merged. More... | |
| template<class PointList > | |
| bool | mergePoints (const PointList &points, const scalar mergeTol, const bool verbose, labelList &pointMap, List< typename PointList::value_type > &newPoints, typename PointList::const_reference origin=PointList::value_type::zero) |
| Sorts and merges points. Determines new points. Returns true if anything. More... | |
Merge points. See below.
Original source file mergePoints.H
Definition in file mergePoints.H.