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