39#ifndef controlPointsDefinition_H
40#define controlPointsDefinition_H
53class controlPointsDefinition
85 controlPointsDefinition(
const controlPointsDefinition&) =
delete;
88 void operator=(
const controlPointsDefinition&) =
delete;
102 controlPointsDefinition,
NURBS3DVolume morpher. Includes support functions for gradient computations Base class providing supp...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
void transformControlPoints(const vector &geometryMin, const vector &geometryMax)
Transform control points using the equivalent position, rotation and scale values from the Paraview c...
virtual void computeControlPoints()=0
Compute control points.
virtual ~controlPointsDefinition()=default
Destructor.
static autoPtr< controlPointsDefinition > New(NURBS3DVolume &box)
Return a reference to the selected controlPointsDefinition model.
vectorField & cps_
The volumetric B-Splines control points.
TypeName("controlPointsDefinition")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, controlPointsDefinition, dictionary,(NURBS3DVolume &box),(box))
NURBS3DVolume & box_
The volumetric B-Splines box.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Field< vector > vectorField
Specialisation of Field<T> for vector.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes).
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.