A topoSetSource to select points nearest to points. More...
#include <meshTools/nearestToPoint.H>
A topoSetSource to select points nearest to points.
Definition at line 49 of file nearestToPoint.H.
Public Member Functions | |
TypeName ("nearestToPoint") | |
Runtime type information.
| |
nearestToPoint (const polyMesh &mesh, const pointField &points) | |
Construct from components.
| |
nearestToPoint (const polyMesh &mesh, const dictionary &dict) | |
Construct from dictionary.
| |
nearestToPoint (const polyMesh &mesh, Istream &) | |
Construct from Istream.
| |
virtual | ~nearestToPoint () |
virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
nearestToPoint | ( | const polyMesh & | mesh, |
const pointField & | points | ||
) |
Construct from components.
Definition at line 90 of file nearestToPoint.C.
nearestToPoint | ( | const polyMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 102 of file nearestToPoint.C.
nearestToPoint | ( | const polyMesh & | mesh, |
Istream & | is | ||
) |
Construct from Istream.
Definition at line 114 of file nearestToPoint.C.
~nearestToPoint | ( | ) | [virtual]
|
Definition at line 126 of file nearestToPoint.C.
TypeName | ( | "nearestToPoint" | ) |
Runtime type information.
void applyToSet | ( | const topoSetSource::setAction | action, |
topoSet & | set | ||
) | const [virtual]
|
Implements topoSetSource.
Definition at line 133 of file nearestToPoint.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.