Loading...
Searching...
No Matches
axisAligned Class Reference

Defines control points aligned with coordinate system. More...

#include <axisAligned.H>

Inheritance diagram for axisAligned:
Collaboration diagram for axisAligned:

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
NURBS3DVolumebox_
 The volumetric B-Splines box.
vectorFieldcps_
 The volumetric B-Splines control points.

Detailed Description

Defines control points aligned with coordinate system.

Source files

Definition at line 48 of file axisAligned.H.

Constructor & Destructor Documentation

◆ axisAligned()

axisAligned ( NURBS3DVolume & box)

Construct from components.

Definition at line 79 of file axisAligned.C.

References computeControlPoints().

Here is the call graph for this function:

◆ ~axisAligned()

virtual ~axisAligned ( )
virtualdefault

Destructor.

Member Function Documentation

◆ computeControlPoints()

void computeControlPoints ( )
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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TypeName()

TypeName ( "axisAligned" )

Runtime type information.


The documentation for this class was generated from the following files:
  • src/optimisation/adjointOptimisation/adjoint/parameterization/NURBS/NURBS3DVolume/controlPointsDefinition/axisAligned/axisAligned.H
  • src/optimisation/adjointOptimisation/adjoint/parameterization/NURBS/NURBS3DVolume/controlPointsDefinition/axisAligned/axisAligned.C