Changing a surface. More...
Public Member Functions | |
TypeName ("searchableSurfaceModifier") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, searchableSurfaceModifier, dictionary,(const searchableSurfaces &geometry, const dictionary &dict),(geometry, dict)) | |
searchableSurfaceModifier (const searchableSurfaces &, const dictionary &) | |
Construct from dictionary. More... | |
autoPtr< searchableSurfaceModifier > | clone () const |
Clone. More... | |
virtual | ~searchableSurfaceModifier () |
Destructor. More... | |
virtual bool | modify (const labelList &, searchableSurface &) const =0 |
Do any operation on surface. Return true if anything changed. More... | |
Static Public Member Functions | |
static autoPtr< searchableSurfaceModifier > | New (const word &type, const searchableSurfaces &, const dictionary &dict) |
Return a reference to the selected searchableSurfaceModifier. More... | |
Protected Attributes | |
const searchableSurfaces & | geometry_ |
const dictionary | dict_ |
Input dictionary. More... | |
searchableSurfaceModifier | ( | const searchableSurfaces & | , |
const dictionary & | |||
) |
Construct from dictionary.
|
virtual |
Destructor.
TypeName | ( | "searchableSurfaceModifier" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
searchableSurfaceModifier | , | ||
dictionary | , | ||
(const searchableSurfaces &geometry, const dictionary &dict) | , | ||
(geometry, dict) | |||
) |
|
inline |
|
static |
Return a reference to the selected searchableSurfaceModifier.
|
pure virtual |
|
protected |
Definition at line 63 of file searchableSurfaceModifier.H.
|
protected |
Input dictionary.
Definition at line 66 of file searchableSurfaceModifier.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.