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