mergePoints.H File Reference

Geometric merging of 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

namespace  Foam
 Namespace for OpenFOAM.
 
namespace  Foam::Detail
 Implementation details for various OpenFOAM classes.
 

Functions

template<class PointList , class IndexerOp >
label mergePoints (const PointList &points, const IndexerOp &indexer, const label nSubPoints, labelList &pointToUnique, labelList &uniquePoints, const scalar mergeTol, const bool verbose)
 Implementation detail for Foam::mergePoints. More...
 
template<class PointList >
label mergePoints (const PointList &points, labelList &pointToUnique, labelList &uniquePoints, const scalar mergeTol=SMALL, const bool verbose=false)
 
template<class PointList >
label mergePoints (const PointList &points, const labelUList &selection, labelList &pointToUnique, labelList &uniquePoints, const scalar mergeTol=SMALL, const bool verbose=false)
 
template<class PointList >
label mergePoints (const PointList &points, const scalar mergeTol, const bool verbose, labelList &pointToUnique)
 
template<class PointList >
label inplaceMergePoints (PointList &points, const scalar mergeTol, const bool verbose, labelList &pointToUnique)
 
template<class PointList >
label inplaceMergePoints (PointList &points, const labelUList &selection, const scalar mergeTol, const bool verbose, labelList &pointToUnique)
 
template<class PointList >
label mergePoints (const PointList &points, const scalar mergeTol, const bool verbose, labelList &pointToUnique, List< typename PointList::value_type > &newPoints)
 
template<class PointList >
label mergePoints (const PointList &points, const scalar mergeTol, const bool verbose, labelList &pointMap, typename PointList::value_type origin)
 Deprecated (MAR-2022) reference point is ignored. More...
 
template<class PointList >
label mergePoints (const PointList &points, const scalar mergeTol, const bool verbose, labelList &pointMap, List< typename PointList::value_type > &newPoints, typename PointList::value_type origin)
 Deprecated (MAR-2022) reference point is ignored. More...
 

Detailed Description

Geometric merging of points. See below.

Original source file mergePoints.H

Source files

Definition in file mergePoints.H.