A topoSetSource to select points given explicitly provided labels. More...
#include <meshTools/labelToPoint.H>
A topoSetSource to select points given explicitly provided labels.
Definition at line 49 of file labelToPoint.H.
 Inheritance diagram for labelToPoint:
 Inheritance diagram for labelToPoint: Collaboration diagram for labelToPoint:
 Collaboration diagram for labelToPoint:| Public Member Functions | |
| TypeName ("labelToPoint") | |
| Runtime type information. | |
| labelToPoint (const polyMesh &mesh, const labelList &labels) | |
| Construct from components. | |
| labelToPoint (const polyMesh &mesh, const dictionary &dict) | |
| Construct from dictionary. | |
| labelToPoint (const polyMesh &mesh, Istream &) | |
| Construct from Istream. | |
| virtual | ~labelToPoint () | 
| virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const | 
| labelToPoint | ( | const polyMesh & | mesh, | 
| const labelList & | labels | ||
| ) | 
Construct from components.
Definition at line 68 of file labelToPoint.C.
| labelToPoint | ( | const polyMesh & | mesh, | 
| const dictionary & | dict | ||
| ) | 
Construct from dictionary.
Definition at line 80 of file labelToPoint.C.
| labelToPoint | ( | const polyMesh & | mesh, | 
| Istream & | is | ||
| ) | 
Construct from Istream.
Definition at line 92 of file labelToPoint.C.
| ~labelToPoint | ( | ) |  [virtual] | 
Definition at line 104 of file labelToPoint.C.
| TypeName | ( | "labelToPoint" | ) | 
Runtime type information.
| void applyToSet | ( | const topoSetSource::setAction | action, | 
| topoSet & | set | ||
| ) | const  [virtual] | 
Implements topoSetSource.
Definition at line 111 of file labelToPoint.C.
References topoSetSource::ADD, Foam::ListListOps::combine(), topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.