A topoSetSource to select the cells from another cellSet. More...
#include <meshTools/cellToCell.H>
A topoSetSource to select the cells from another cellSet.
Definition at line 49 of file cellToCell.H.
 Inheritance diagram for cellToCell:
 Inheritance diagram for cellToCell: Collaboration diagram for cellToCell:
 Collaboration diagram for cellToCell:| Public Member Functions | |
| TypeName ("cellToCell") | |
| Runtime type information. | |
| cellToCell (const polyMesh &mesh, const word &setName) | |
| Construct from components. | |
| cellToCell (const polyMesh &mesh, const dictionary &dict) | |
| Construct from dictionary. | |
| cellToCell (const polyMesh &mesh, Istream &) | |
| Construct from Istream. | |
| virtual | ~cellToCell () | 
| virtual void | applyToSet (const topoSetSource::setAction action, topoSet &) const | 
| cellToCell | ( | const polyMesh & | mesh, | 
| const word & | setName | ||
| ) | 
Construct from components.
Definition at line 58 of file cellToCell.C.
| cellToCell | ( | const polyMesh & | mesh, | 
| const dictionary & | dict | ||
| ) | 
Construct from dictionary.
Definition at line 70 of file cellToCell.C.
| cellToCell | ( | const polyMesh & | mesh, | 
| Istream & | is | ||
| ) | 
Construct from Istream.
Definition at line 82 of file cellToCell.C.
| ~cellToCell | ( | ) |  [virtual] | 
Definition at line 94 of file cellToCell.C.
| TypeName | ( | "cellToCell" | ) | 
Runtime type information.
| void applyToSet | ( | const topoSetSource::setAction | action, | 
| topoSet & | set | ||
| ) | const  [virtual] | 
Implements topoSetSource.
Definition at line 101 of file cellToCell.C.
References topoSetSource::ADD, topoSetSource::DELETE, Foam::endl(), Foam::Info, and topoSetSource::NEW.