matchPoints.H File Reference

Determine correspondence between points. See below. More...

Include dependency graph for matchPoints.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

bool matchPoints (const UList< point > &pts0, const UList< point > &pts1, const UList< scalar > &matchDistance, const bool verbose, labelList &from0To1, const point &origin=point::zero)
 Determine correspondence between pointFields. Gets passed. More...
 
bool matchPoints (const UList< point > &pts0, const UList< point > &pts1, const UList< point > &pts0Dir, const UList< point > &pts1Dir, const UList< scalar > &matchDistance, const bool verbose, labelList &from0To1, const point &origin=point::zero)
 Supply pts0Dir and pts1Dir. They are directions associated with the points. More...
 

Detailed Description

Determine correspondence between points. See below.

Original source file matchPoints.H

Source files

Definition in file matchPoints.H.