Changing a surface. More...
#include <searchableSurfaceModifier.H>


Public Member Functions | |
| TypeName ("searchableSurfaceModifier") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, searchableSurfaceModifier, dictionary,(const searchableSurfaces &geometry, const dictionary &dict),(geometry, dict)) | |
| searchableSurfaceModifier (const searchableSurfaces &, const dictionary &) | |
| Construct from dictionary. | |
| autoPtr< searchableSurfaceModifier > | clone () const |
| Clone. | |
| virtual | ~searchableSurfaceModifier () |
| Destructor. | |
| virtual bool | modify (const labelList &, searchableSurface &) const =0 |
| Do any operation on surface. Return true if anything changed. | |
Static Public Member Functions | |
| static autoPtr< searchableSurfaceModifier > | New (const word &type, const searchableSurfaces &, const dictionary &dict) |
| Return a reference to the selected searchableSurfaceModifier. | |
Protected Attributes | |
| const searchableSurfaces & | geometry_ |
| const dictionary | dict_ |
| Input dictionary. | |
| searchableSurfaceModifier | ( | const searchableSurfaces & | , |
| const dictionary & | ) |
Construct from dictionary.
Referenced by declareRunTimeSelectionTable().

|
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.
References dict.
|
pure virtual |
|
protected |
Definition at line 62 of file searchableSurfaceModifier.H.
|
protected |
Input dictionary.
Definition at line 67 of file searchableSurfaceModifier.H.