Changing a surface. More...


Classes | |
| class | autoPatch |
| Patchify triangles based on a feature angle. Replacement of surfaceAutoPatch. More... | |
| class | cut |
| Patchify triangles based on orientation w.r.t other (triangulated or triangulatable) surfaces. 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 62 of file searchableSurfaceModifier.H.
|
protected |
Input dictionary.
Definition at line 67 of file searchableSurfaceModifier.H.