Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
mirtk::VelocityToDisplacementFieldEuler< TVoxel > Class Template Reference

#include <VelocityToDisplacementFieldEuler.h>

Inheritance diagram for mirtk::VelocityToDisplacementFieldEuler< TVoxel >:
Inheritance graph
Collaboration diagram for mirtk::VelocityToDisplacementFieldEuler< TVoxel >:
Collaboration graph

Public Member Functions

virtual void Run ()
 Compute output = log(input)
 
 VelocityToDisplacementFieldEuler ()
 Constructor.
 
virtual ~VelocityToDisplacementFieldEuler ()
 Destructor.
 
- Public Member Functions inherited from mirtk::VelocityToDisplacementField< TVoxel >
virtual void Input (int, const ImageType *)
 Set n-th input (0: velocity field, 1: input displacement field, optional)
 
virtual const ImageTypeInput (int)
 Get n-th input (0: velocity field, 1: input displacement field, optional)
 
virtual ~VelocityToDisplacementField ()
 Destructor.
 
- Public Member Functions inherited from mirtk::ImageToImage< TVoxel >
 ImageToImage ()
 Constructor.
 
virtual bool RequiresBuffering () const
 
virtual double Run (int, int, int, int=0)
 Run filter on single voxel.
 
virtual ~ImageToImage ()
 Destructor.
 
- Public Member Functions inherited from mirtk::Object
virtual const char * NameOfClass () const =0
 Get name of class, which this object is an instance of.
 
virtual ParameterList Parameter () const
 Get parameter name/value pairs.
 
bool Parameter (const ParameterList &)
 Set parameters from name/value pairs.
 
virtual bool Set (const char *name, const char *value)
 
virtual ~Object ()
 Destructor.
 

Protected Member Functions

virtual void Initialize ()
 Initialize filter.
 
- Protected Member Functions inherited from mirtk::VelocityToDisplacementField< TVoxel >
virtual void Finalize ()
 Finalize filter.
 
 VelocityToDisplacementField ()
 Constructor.
 
- Protected Member Functions inherited from mirtk::ImageToImage< TVoxel >
void Initialize (bool)
 
 mirtkAggregateMacro (ImageType, Buffer)
 Buffer.
 
 mirtkPublicAggregateMacro (const ImageType, Input)
 Input image for filter.
 
 mirtkPublicAggregateMacro (ImageType, Output)
 Output image for filter.
 
- Protected Member Functions inherited from mirtk::Object
template<typename... Args>
void Throw (ErrorType err, const char *func, Args... args) const
 

Protected Attributes

InterpolateImageFunction_VelocityInterpolator
 Image function for interpolation of velocities.
 
- Protected Attributes inherited from mirtk::VelocityToDisplacementField< TVoxel >
const ImageType_InputDisplacementField
 

Additional Inherited Members

- Public Types inherited from mirtk::ImageToImage< TVoxel >
typedef GenericImage< VoxelTypeImageType
 Input/output image type.
 
typedef TVoxel VoxelType
 Input/output image voxel type.
 
- Static Public Member Functions inherited from mirtk::Object
static const char * NameOfType ()
 Get name of this class type.
 
- Static Protected Member Functions inherited from mirtk::Object
template<typename... Args>
static void ThrowStatic (ErrorType err, const char *cls, const char *func, Args... args)
 

Detailed Description

template<class TVoxel>
class mirtk::VelocityToDisplacementFieldEuler< TVoxel >

Computes a displacement field from a stationary velocity field.

This class implements an image filter which computes the exponential map of a stationary velocity field using the forward Euler integration method. The result is a diffeomorphic displacement field.

Definition at line 41 of file VelocityToDisplacementFieldEuler.h.


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