A topoSetSource to select faces given explicitly provided face labels. More...
#include <meshTools/labelToFace.H>
A topoSetSource to select faces given explicitly provided face labels.
Definition at line 49 of file labelToFace.H.
Public Member Functions | |
TypeName ("labelToFace") | |
Runtime type information.
| |
labelToFace (const polyMesh &mesh, const labelList &labels) | |
Construct from components.
| |
labelToFace (const polyMesh &mesh, const dictionary &dict) | |
Construct from dictionary.
| |
labelToFace (const polyMesh &mesh, Istream &) | |
Construct from Istream.
| |
virtual | ~labelToFace () |
virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
labelToFace | ( | const polyMesh & | mesh, |
const labelList & | labels | ||
) |
Construct from components.
Definition at line 68 of file labelToFace.C.
labelToFace | ( | const polyMesh & | mesh, |
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 80 of file labelToFace.C.
labelToFace | ( | const polyMesh & | mesh, |
Istream & | is | ||
) |
Construct from Istream.
Definition at line 92 of file labelToFace.C.
~labelToFace | ( | ) | [virtual]
|
Definition at line 104 of file labelToFace.C.
TypeName | ( | "labelToFace" | ) |
Runtime type information.
void applyToSet | ( | const topoSetSource::setAction | action, |
topoSet & | set | ||
) | const [virtual]
|
Implements topoSetSource.
Definition at line 111 of file labelToFace.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.