Reads control points from constant/controlPoints. More...
#include <fromFile.H>


Public Member Functions | |
| TypeName ("fromFile") | |
| Runtime type information. | |
| fromFile (NURBS3DVolume &box) | |
| Construct from components. | |
| virtual | ~fromFile ()=default |
| Destructor. | |
| Public Member Functions inherited from controlPointsDefinition | |
| TypeName ("controlPointsDefinition") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, controlPointsDefinition, dictionary,(NURBS3DVolume &box),(box)) | |
| controlPointsDefinition (NURBS3DVolume &box) | |
| Construct from underlaying NURBS box. | |
| virtual | ~controlPointsDefinition ()=default |
| Destructor. | |
Protected Member Functions | |
| virtual void | computeControlPoints () |
| Compute control points. | |
| Protected Member Functions inherited from controlPointsDefinition | |
| void | transformControlPoints (const vector &geometryMin, const vector &geometryMax) |
| Transform control points using the equivalent position, rotation and scale values from the Paraview clip filter. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from controlPointsDefinition | |
| static autoPtr< controlPointsDefinition > | New (NURBS3DVolume &box) |
| Return a reference to the selected controlPointsDefinition model. | |
| Protected Attributes inherited from controlPointsDefinition | |
| NURBS3DVolume & | box_ |
| The volumetric B-Splines box. | |
| vectorField & | cps_ |
| The volumetric B-Splines control points. | |
Reads control points from constant/controlPoints.
Definition at line 48 of file fromFile.H.
| fromFile | ( | NURBS3DVolume & | box | ) |
Construct from components.
Definition at line 79 of file fromFile.C.
References computeControlPoints().

|
virtualdefault |
Destructor.
|
protectedvirtual |
Compute control points.
Implements controlPointsDefinition.
Definition at line 44 of file fromFile.C.
References controlPointsDefinition::box_, controlPointsDefinition::cps_, dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, mesh, IOobjectOption::MUST_READ, IOobjectOption::NO_REGISTER, IOobjectOption::NO_WRITE, and dictionary::readEntry().
Referenced by fromFile().


| TypeName | ( | "fromFile" | ) |
Runtime type information.