43 pointToPoint::typeName,
44 "\n Usage: pointToPoint <pointSet>\n\n" 45 " Select all points in the pointSet\n\n" 69 setName_(dict.
lookup(
"set"))
100 Info<<
" Adding all from pointSet " << setName_ <<
" ..." <<
endl;
103 pointSet loadedSet(mesh_, setName_);
105 set.addSet(loadedSet);
109 Info<<
" Removing all from pointSet " << setName_ <<
" ..." <<
endl;
112 pointSet loadedSet(mesh_, setName_);
114 set.deleteSet(loadedSet);
A list of keyword definitions, which are a keyword followed by any number of values (e...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
Macros for easy insertion into run-time selection tables.
Base class of a source for a topoSet.
pointToPoint(const polyMesh &mesh, const word &setName)
Construct from components.
A class for handling words, derived from string.
setAction
Enumeration defining the valid actions.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
General set of labels of mesh quantity (points, cells, faces).
virtual ~pointToPoint()
Destructor.
Class with constructor to add usage string to table.
Mesh consisting of general polyhedral cells.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.