Go to the documentation of this file.
35 #ifndef searchableSurfaceModifier_H
36 #define searchableSurfaceModifier_H
51 class searchableSurface;
52 class searchableSurfaces;
72 TypeName(
"searchableSurfaceModifier");
virtual bool modify(const labelList &, searchableSurface &) const =0
Do any operation on surface. Return true if anything changed.
A class for handling words, derived from string.
const dictionary dict_
Input dictionary.
autoPtr< searchableSurfaceModifier > clone() const
Clone.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
virtual ~searchableSurfaceModifier()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
TypeName("searchableSurfaceModifier")
Runtime type information.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
searchableSurfaceModifier(const searchableSurfaces &, const dictionary &)
Construct from 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.
declareRunTimeSelectionTable(autoPtr, searchableSurfaceModifier, dictionary,(const searchableSurfaces &geometry, const dictionary &dict),(geometry, dict))
static autoPtr< searchableSurfaceModifier > New(const word &type, const searchableSurfaces &, const dictionary &dict)
Return a reference to the selected searchableSurfaceModifier.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
const searchableSurfaces & geometry_