Go to the documentation of this file.
41 #ifndef topoSetCellZoneSource_H
42 #define topoSetCellZoneSource_H
autoPtr< topoSetCellZoneSource > clone() const
A class for handling words, derived from Foam::string.
topoSetCellZoneSource(const polyMesh &mesh)
@ CELLZONE_SOURCE
Cells as zone.
Mesh consisting of general polyhedral cells.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual topoSetSource::sourceType setType() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Base class of a source for a topoSet.
declareRunTimeSelectionTable(autoPtr, topoSetCellZoneSource, word,(const polyMesh &mesh, const dictionary &dict),(mesh, dict))
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static autoPtr< topoSetCellZoneSource > New(const word &sourceType, const polyMesh &mesh, const dictionary &dict)
The topoSetCellZoneSource is a intermediate class for handling topoSet sources for selecting cell zon...
const polyMesh & mesh() const noexcept
virtual ~topoSetCellZoneSource()=default