Definition at line 47 of file linearRadial.H.
Public Member Functions | |
TypeName ("linearRadial") | |
Runtime type information. | |
linearRadial (const dictionary &dict) | |
Construct from components. | |
~linearRadial () | |
Destructor. | |
point | operator() (const point &surfacePoint, const vector &surfaceNormal, const label layer) const |
![]() | |
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 autoPtr< extrudeModel > | New (const dictionary &) |
Select null constructed. | |
![]() | |
extrudeModel (const extrudeModel &) | |
Disallow default bitwise copy construct. | |
void | operator= (const extrudeModel &) |
Disallow default bitwise assignment. | |
![]() | |
const label | nLayers_ |
const dictionary & | dict_ |
const dictionary & | coeffDict_ |
linearRadial | ( | const dictionary & | dict | ) |
Construct from components.
~linearRadial | ( | ) |
Destructor.
TypeName | ( | "linearRadial" | ) |
Runtime type information.
|
virtual |
Implements extrudeModel.