Static Protected Member Functions | List of all members
mirtk::FreeFormTransformationRungeKutta Class Reference

#include <FreeFormTransformationRungeKutta.h>

Inheritance diagram for mirtk::FreeFormTransformationRungeKutta:
Inheritance graph
Collaboration diagram for mirtk::FreeFormTransformationRungeKutta:
Collaboration graph

Static Protected Member Functions

static void dkdp (Matrix &dk, const Matrix &Dv, const Matrix &dx, const double dv[3], double h)
 Helper for computation of Jacobian w.r.t control point.
 
static void dkdx (Matrix &dk, const Matrix &Dv, const Matrix &dx, double h)
 Helper for computation of Jacobian w.r.t spatial coordinates.
 

Detailed Description

Base class of integration methods used by FFDs which are parameterized by a velocity field to compute the displacements.

Definition at line 45 of file FreeFormTransformationRungeKutta.h.


The documentation for this class was generated from the following file: