Defines control points aligned with coordinate system. More...
#include <axisAligned.H>


Public Member Functions | |
| TypeName ("axisAligned") | |
| Runtime type information. | |
| axisAligned (NURBS3DVolume &box) | |
| Construct from components. | |
| virtual | ~axisAligned ()=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. | |
Defines control points aligned with coordinate system.
Definition at line 48 of file axisAligned.H.
| axisAligned | ( | NURBS3DVolume & | box | ) |
Construct from components.
Definition at line 79 of file axisAligned.C.
References computeControlPoints().

|
virtualdefault |
Destructor.
|
protectedvirtual |
Compute control points.
Implements controlPointsDefinition.
Definition at line 43 of file axisAligned.C.
References controlPointsDefinition::box_, controlPointsDefinition::cps_, Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().
Referenced by axisAligned().


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