A topoSetSource to select faces based on use of points. More...
#include <meshTools/pointToFace.H>
A topoSetSource to select faces based on use of points.
Definition at line 50 of file pointToFace.H.
Public Types | |
enum | pointAction { ANY, ALL } |
Enumeration defining the valid options. More... | |
Public Member Functions | |
TypeName ("pointToFace") | |
Runtime type information.
| |
pointToFace (const polyMesh &mesh, const word &setName, const pointAction option) | |
Construct from components.
| |
pointToFace (const polyMesh &mesh, const dictionary &dict) | |
Construct from dictionary.
| |
pointToFace (const polyMesh &mesh, Istream &) | |
Construct from Istream.
| |
virtual | ~pointToFace () |
virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
enum pointAction |
Enumeration defining the valid options.
Definition at line 58 of file pointToFace.H.
pointToFace | ( | const polyMesh & | mesh, |
const word & | setName, | ||
const pointAction | option | ||
) |
Construct from components.
Definition at line 148 of file pointToFace.C.
pointToFace | ( | const polyMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 162 of file pointToFace.C.
pointToFace | ( | const polyMesh & | mesh, |
Istream & | is | ||
) |
Construct from Istream.
Definition at line 175 of file pointToFace.C.
~pointToFace | ( | ) | [virtual]
|
Definition at line 188 of file pointToFace.C.
TypeName | ( | "pointToFace" | ) |
Runtime type information.
void applyToSet | ( | const topoSetSource::setAction | action, |
topoSet & | set | ||
) | const [virtual]
|
Implements topoSetSource.
Definition at line 195 of file pointToFace.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.