mergePoints.H File Reference

Merge points. See below. More...

Include dependency graph for mergePoints.H:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Merge points. See below.

Original source file mergePoints.H

Source files

Definition in file mergePoints.H.