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