A topoSetSource to select faces based on face centres inside box. More...
#include <meshTools/boxToFace.H>
A topoSetSource to select faces based on face centres inside box.
Definition at line 50 of file boxToFace.H.
Inheritance diagram for boxToFace:
Collaboration diagram for boxToFace:Public Member Functions | |
| TypeName ("boxToFace") | |
| Runtime type information.
| |
| boxToFace (const polyMesh &mesh, const treeBoundBox &bb) | |
| Construct from components.
| |
| boxToFace (const polyMesh &mesh, const dictionary &dict) | |
| Construct from dictionary.
| |
| boxToFace (const polyMesh &mesh, Istream &) | |
| Construct from Istream.
| |
| virtual | ~boxToFace () |
| virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const |
| boxToFace | ( | const polyMesh & | mesh, |
| const treeBoundBox & | bb | ||
| ) |
Construct from components.
Definition at line 73 of file boxToFace.C.
| boxToFace | ( | const polyMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from dictionary.
Definition at line 85 of file boxToFace.C.
Construct from Istream.
Definition at line 97 of file boxToFace.C.
| ~boxToFace | ( | ) | [virtual]
|
Definition at line 109 of file boxToFace.C.
| TypeName | ( | "boxToFace" | ) |
Runtime type information.
| void applyToSet | ( | const topoSetSource::setAction | action, |
| topoSet & | set | ||
| ) | const [virtual]
|
Implements topoSetSource.
Definition at line 116 of file boxToFace.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.