41#ifndef topoSetFaceSource_H
42#define topoSetFaceSource_H
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh consisting of general polyhedral cells.
declareRunTimeSelectionTable(autoPtr, topoSetFaceSource, istream,(const polyMesh &mesh, Istream &is),(mesh, is))
static autoPtr< topoSetFaceSource > New(const word &sourceType, const polyMesh &mesh, const dictionary &dict)
Return a reference to the selected source type.
autoPtr< topoSetFaceSource > clone() const
Clone (disallowed).
declareRunTimeSelectionTable(autoPtr, topoSetFaceSource, word,(const polyMesh &mesh, const dictionary &dict),(mesh, dict))
topoSetFaceSource(const polyMesh &mesh)
Construct from mesh.
virtual ~topoSetFaceSource()=default
Destructor.
virtual topoSetSource::sourceType setType() const
The source category is a faceSet.
sourceType
Enumeration defining the types of sources.
@ FACESET_SOURCE
Faces as set.
topoSetSource(const topoSetSource &)=delete
No copy construct.
const polyMesh & mesh() const noexcept
Reference to the mesh.
A class for handling words, derived from Foam::string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes).