Go to the documentation of this file.
48 pointToPoint::typeName,
49 "\n Usage: pointToPoint <pointSet>\n\n"
50 " Select all points in the pointSet\n\n"
76 setName_(
dict.lookup(
"set"))
108 Info<<
" Adding all from pointSet " << setName_ <<
" ..." <<
endl;
111 pointSet loadedSet(mesh_, setName_);
117 Info<<
" Removing all from pointSet " << setName_ <<
" ..." <<
endl;
120 pointSet loadedSet(mesh_, setName_);
virtual void applyToSet(const topoSetSource::setAction action, topoSet &) const
A class for handling words, derived from string.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
Class with constructor to add usage string to table.
virtual void deleteSet(const topoSet &set)
Delete elements present in set.
Ostream & endl(Ostream &os)
Add newline and flush stream.
setAction
Enumeration defining the valid actions.
static addToUsageTable usage_
Add usage string.
Mesh consisting of general polyhedral cells.
virtual void addSet(const topoSet &set)
Add elements present in set.
virtual ~pointToPoint()
Destructor.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
General set of labels of mesh quantity (points, cells, faces).
A list of keyword definitions, which are a keyword followed by any number of values (e....
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.
defineTypeNameAndDebug(combustionModel, 0)