

Public Member Functions | |
| TypeName ("cut") | |
| Runtime type information. More... | |
| cut (const searchableSurfaces &, const dictionary &) | |
| Construct from dictionary. More... | |
| autoPtr< searchableSurfaceModifier > | clone () const |
| Clone. More... | |
| virtual | ~cut ()=default |
| Destructor. More... | |
| virtual bool | modify (const labelList ®ions, searchableSurface &) const |
| Apply this selector. More... | |
Public Member Functions inherited from searchableSurfaceModifier | |
| 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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from searchableSurfaceModifier | |
| static autoPtr< searchableSurfaceModifier > | New (const word &type, const searchableSurfaces &, const dictionary &dict) |
| Return a reference to the selected searchableSurfaceModifier. More... | |
Protected Attributes inherited from searchableSurfaceModifier | |
| const searchableSurfaces & | geometry_ |
| const dictionary | dict_ |
| Input dictionary. More... | |
| cut | ( | const searchableSurfaces & | , |
| const dictionary & | |||
| ) |
Construct from dictionary.
|
virtualdefault |
Destructor.
| TypeName | ( | "cut" | ) |
Runtime type information.
|
inline |
|
virtual |
Apply this selector.
Implements searchableSurfaceModifier.