Public Attributes | Static Public Attributes | List of all members
mirtk::NaryVoxelFunction::ExpVelocityFieldEuler3D< TInterpolator > Struct Template Reference

Voxel function for exponentiation of 3D velocity field. More...

#include <NaryVoxelFunction.h>

Inheritance diagram for mirtk::NaryVoxelFunction::ExpVelocityFieldEuler3D< TInterpolator >:
Inheritance graph
Collaboration diagram for mirtk::NaryVoxelFunction::ExpVelocityFieldEuler3D< TInterpolator >:
Collaboration graph

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 ()
 

Detailed Description

template<class TInterpolator = InterpolateImageFunction>
struct mirtk::NaryVoxelFunction::ExpVelocityFieldEuler3D< TInterpolator >

Voxel function for exponentiation of 3D velocity field.

Definition at line 110 of file NaryVoxelFunction.h.


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