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