Extrudes by transforming points normal to the surface by a given distance. More...
Extrudes by transforming points normal to the surface by a given distance.
Definition at line 49 of file linearNormal.H.
Inheritance diagram for linearNormal:
Collaboration diagram for linearNormal:Public Member Functions | |
| TypeName ("linearNormal") | |
| Runtime type information. | |
| linearNormal (const dictionary &dict) | |
| Construct from components. | |
| ~linearNormal () | |
| Destructor. | |
| point | operator() (const point &surfacePoint, const vector &surfaceNormal, const label layer) const |
Public Member Functions inherited from extrudeModel | |
| TypeName ("extrudeModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, extrudeModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime constructor selection table. | |
| extrudeModel (const word &modelType, const dictionary &) | |
| Construct from dictionary. | |
| virtual | ~extrudeModel () |
| Destructor. | |
| label | nLayers () const |
Additional Inherited Members | |
Static Public Member Functions inherited from extrudeModel | |
| static autoPtr< extrudeModel > | New (const dictionary &) |
| Select null constructed. | |
Protected Member Functions inherited from extrudeModel | |
| extrudeModel (const extrudeModel &) | |
| Disallow default bitwise copy construct. | |
| void | operator= (const extrudeModel &) |
| Disallow default bitwise assignment. | |
Protected Attributes inherited from extrudeModel | |
| const label | nLayers_ |
| const dictionary & | dict_ |
| const dictionary & | coeffDict_ |
| linearNormal | ( | const dictionary & | dict | ) |
Construct from components.
| ~linearNormal | ( | ) |
Destructor.
| TypeName | ( | "linearNormal" | ) |
Runtime type information.
|
virtual |
Implements extrudeModel.