Determine correspondence between points. See below. More...
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... | |
Determine correspondence between points. See below.
Original source file matchPoints.H
Definition in file matchPoints.H.