123 #ifndef Foam_pointToFace_H 124 #define Foam_pointToFace_H 140 public topoSetFaceSource
157 static addToUsageTable usage_;
159 static const Enum<pointAction> pointActionNames_;
174 template<
class Selector>
labelList pointLabels(nPoints, -1)
A list of keyword definitions, which are a keyword followed by a number of values (eg...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
pointToFace(const polyMesh &mesh, const word &setName, const pointAction option)
Construct from components.
pointAction
Enumeration defining the valid options.
A class for handling words, derived from Foam::string.
const polyMesh & mesh() const noexcept
Reference to the mesh.
setAction
Enumeration defining various actions.
TypeName("pointToFace")
Runtime type information.
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
General set of labels of mesh quantity (points, cells, faces).
List< word > wordList
List of word.
Mesh consisting of general polyhedral cells.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &set) const
Apply specified action to the topoSet.
virtual ~pointToFace()=default
Destructor.