Go to the documentation of this file.
83 #ifndef setToPointZone_H
84 #define setToPointZone_H
104 static addToUsageTable usage_;
121 const polyMesh&
mesh,
sourceType
Enumeration defining the types of sources.
setToPointZone(const polyMesh &mesh, const word &setName)
Construct from components.
A topoSetSource to convert a pointSet to a pointZone (and associated pointSet).
A class for handling words, derived from Foam::string.
virtual topoSetSource::sourceType setType() const
The source category is a pointZone.
TypeName("setToPointZone")
Runtime type information.
setAction
Enumeration defining the valid actions.
const polyMesh & mesh() const
Reference to the mesh.
Mesh consisting of general polyhedral cells.
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 a number of values (eg,...
Base class of a source for a topoSet.
virtual ~setToPointZone()=default
Destructor.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &set) const
Apply specified action to the topoSet.