37#ifndef searchableSurfaceSelection_H
38#define searchableSurfaceSelection_H
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,...
faceSelection(const word &name, const fvMesh &mesh, const dictionary &dict)
Construct from dictionary.
const word & name() const
const dictionary & dict() const
searchableSurfaceSelection(const word &name, const fvMesh &mesh, const dictionary &dict)
Construct from dictionary.
autoPtr< faceSelection > clone() const
Clone.
virtual ~searchableSurfaceSelection()
Destructor.
virtual void select(const label zoneID, labelList &, boolList &) const
TypeName("searchableSurface")
Runtime type information.
Mesh data needed to do the Finite Volume discretisation.
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
A class for handling words, derived from Foam::string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
List< label > labelList
A List of labels.
List< bool > boolList
A List of bools.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.