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