120 #ifndef cellToPoint_H 121 #define cellToPoint_H 137 public topoSetPointSource
153 static addToUsageTable usage_;
155 static const Enum<cellAction> cellActionNames_;
170 template<
class Selector>
175 const Selector& cellLabels
TypeName("cellToPoint")
Runtime type information.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
cellAction
Enumeration defining the valid options.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A class for handling words, derived from Foam::string.
const polyMesh & mesh() const noexcept
Reference to the mesh.
setAction
Enumeration defining various actions.
virtual ~cellToPoint()=default
Destructor.
virtual void applyToSet(const topoSetSource::setAction action, topoSet &set) const
Apply specified action to the topoSet.
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.
cellToPoint(const polyMesh &mesh, const word &setName, const cellAction option)
Construct from components.