Go to the documentation of this file.
21 #ifndef mia_3d_timestep_hh
22 #define mia_3d_timestep_hh
109 virtual bool do_has_regrid ()
const = 0;
void apply(const C3DFVectorfield &infield, C3DFVectorfield &outfield, float scale)
The generic base type of a 3D image.
timestep_type plugin_type
plugin hanlder helper
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
C3DRegTimeStepPlugin(const char *name)
Constructor to create the plug-in with its name.
#define NS_MIA_END
conveniance define to end the mia namespace
C3DRegTimeStep(float min, float max)
the singleton that a plug-in handler really is
a 3D field of floating point single accuracy 3D vectors
virtual ~C3DRegTimeStep()
C3DImage plugin_data
plugin hanlder helper
float get_min_timestep() const
The base class for all plug-in created object.
The time-step part of time-marching registration algorithms.
std::shared_ptr< C3DRegTimeStep > P3DRegTimeStep
Pointer type for time steps in 3D time-marching image registration.
float calculate_pertuberation(C3DFVectorfield &io, const C3DFVectorfield &shift) const
bool regrid_requested(const C3DFVectorfield &b, const C3DFVectorfield &v, float delta) const
float get_delta(float maxshift) const
float get_max_timestep() const
THandlerSingleton< TFactoryPluginHandler< C3DRegTimeStepPlugin > > C3DRegTimeStepPluginHandler
plugin handler for 3D time marching time step operator plug-ins
The plug-in class for the time-step class of time-marching registration algorithms.
This is tha base of all plugins that create "things", like filters, cost functions time step operator...