Go to the documentation of this file.
38 #ifndef searchableSurfaceModifier_H
39 #define searchableSurfaceModifier_H
54 class searchableSurface;
55 class searchableSurfaces;
75 TypeName(
"searchableSurfaceModifier");
virtual bool modify(const labelList &, searchableSurface &) const =0
A class for handling words, derived from Foam::string.
autoPtr< searchableSurfaceModifier > clone() const
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
virtual ~searchableSurfaceModifier()
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
TypeName("searchableSurfaceModifier")
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
searchableSurfaceModifier(const searchableSurfaces &, const dictionary &)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
fileName::Type type(const fileName &name, const bool followLink=true)
declareRunTimeSelectionTable(autoPtr, searchableSurfaceModifier, dictionary,(const searchableSurfaces &geometry, const dictionary &dict),(geometry, dict))
static autoPtr< searchableSurfaceModifier > New(const word &type, const searchableSurfaces &, const dictionary &dict)
const searchableSurfaces & geometry_