Data Structures | Typedefs
3d/timestep.hh File Reference
#include <mia/core/factory.hh>
#include <mia/core/typedescr.hh>
#include <mia/3d/image.hh>

Go to the source code of this file.

Data Structures

class  C3DRegTimeStep
 The time-step part of time-marching registration algorithms. More...
 
class  C3DRegTimeStepPlugin
 The plug-in class for the time-step class of time-marching registration algorithms. More...
 

Typedefs

typedef THandlerSingleton
< TFactoryPluginHandler
< C3DRegTimeStepPlugin > > 
C3DRegTimeStepPluginHandler
 plugin handler for 3D time marching time step operator plug-ins More...
 
typedef std::shared_ptr
< C3DRegTimeStep
P3DRegTimeStep
 Pointer type for time steps in 3D time-marching image registration. More...
 

Typedef Documentation

plugin handler for 3D time marching time step operator plug-ins

Definition at line 143 of file 3d/timestep.hh.

typedef std::shared_ptr<C3DRegTimeStep > P3DRegTimeStep

Pointer type for time steps in 3D time-marching image registration.

See Also
C3DRegTimeStep

Definition at line 140 of file 3d/timestep.hh.