A topoSetSource to select points based on pointZone. More...
#include <meshTools/zoneToPoint.H>
A topoSetSource to select points based on pointZone.
Definition at line 50 of file zoneToPoint.H.
Public Member Functions | |
TypeName ("zoneToPoint") | |
Runtime type information.
| |
zoneToPoint (const polyMesh &mesh, const word &zoneName) | |
Construct from components.
| |
zoneToPoint (const polyMesh &mesh, const dictionary &dict) | |
Construct from dictionary.
| |
zoneToPoint (const polyMesh &mesh, Istream &) | |
Construct from Istream.
| |
virtual | ~zoneToPoint () |
virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
zoneToPoint | ( | const polyMesh & | mesh, |
const word & | zoneName | ||
) |
Construct from components.
Definition at line 97 of file zoneToPoint.C.
zoneToPoint | ( | const polyMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 109 of file zoneToPoint.C.
zoneToPoint | ( | const polyMesh & | mesh, |
Istream & | is | ||
) |
Construct from Istream.
Definition at line 121 of file zoneToPoint.C.
~zoneToPoint | ( | ) | [virtual]
|
Definition at line 133 of file zoneToPoint.C.
TypeName | ( | "zoneToPoint" | ) |
Runtime type information.
void applyToSet | ( | const topoSetSource::setAction | action, |
topoSet & | set | ||
) | const [virtual]
|
Implements topoSetSource.
Definition at line 140 of file zoneToPoint.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.