Voxel function for exponentiation of 3D velocity field. More...
#include <NaryVoxelFunction.h>


Public Attributes | |
| double | _dt |
| Temporal step length. | |
| int | _NumberOfSteps |
| Number of integration steps. | |
| const BaseImage * | _VelocityField |
| Velocity field. | |
| TInterpolator * | _VelocityInterpolator |
| Velocity field interpolator. | |
| int | _z |
| Offset of y and z components. | |
Public Attributes inherited from mirtk::VoxelFunction | |
| const ImageAttributes * | _Domain |
Static Public Attributes | |
| static const int | _x = 0 |
| Offset of x component. | |
Additional Inherited Members | |
Public Member Functions inherited from mirtk::VoxelFunction | |
| void | join (VoxelFunction &) |
| Join results. | |
| void | split (VoxelFunction &) |
| VoxelFunction () | |
| Default constructor. | |
Static Public Member Functions inherited from mirtk::VoxelFunction | |
| static bool | IsReduction () |
Voxel function for exponentiation of 3D velocity field.
Definition at line 110 of file NaryVoxelFunction.h.