A topoSetSource to select points based on usage in pointSet. More...
#include <meshTools/pointToPoint.H>
A topoSetSource to select points based on usage in pointSet.
Definition at line 49 of file pointToPoint.H.
Public Member Functions | |
TypeName ("pointToPoint") | |
Runtime type information.
| |
pointToPoint (const polyMesh &mesh, const word &setName) | |
Construct from components.
| |
pointToPoint (const polyMesh &mesh, const dictionary &dict) | |
Construct from dictionary.
| |
pointToPoint (const polyMesh &mesh, Istream &) | |
Construct from Istream.
| |
virtual | ~pointToPoint () |
virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
pointToPoint | ( | const polyMesh & | mesh, |
const word & | setName | ||
) |
Construct from components.
Definition at line 58 of file pointToPoint.C.
pointToPoint | ( | const polyMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 70 of file pointToPoint.C.
pointToPoint | ( | const polyMesh & | mesh, |
Istream & | is | ||
) |
Construct from Istream.
Definition at line 82 of file pointToPoint.C.
~pointToPoint | ( | ) | [virtual]
|
Definition at line 94 of file pointToPoint.C.
TypeName | ( | "pointToPoint" | ) |
Runtime type information.
void applyToSet | ( | const topoSetSource::setAction | action, |
topoSet & | set | ||
) | const [virtual]
|
Implements topoSetSource.
Definition at line 101 of file pointToPoint.C.
References topoSetSource::ADD, topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.