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