C2DRegTimeStepPlugin Class Reference

Plug-in to create the time step evaluation. More...

#include <mia/2d/timestep.hh>

Inheritance diagram for C2DRegTimeStepPlugin:
[legend]
Collaboration diagram for C2DRegTimeStepPlugin:
[legend]

Public Member Functions

 C2DRegTimeStepPlugin (const char *name)
 
- Public Member Functions inherited from TFactory< C2DRegTimeStep >
virtual Productcreate (const CParsedOptions &options, char const *params) __attribute__((warn_unused_result))
 
 TFactory (char const *const name)
 
- Public Member Functions inherited from TPlugin< C2DRegTimeStep ::plugin_data, C2DRegTimeStep ::plugin_type >
virtual void get_help (std::ostream &os) const
 
const std::string get_long_name () const
 
 TPlugin (const char *name)
 
- Public Member Functions inherited from CPluginBase
void add_dependend_handlers (HandlerHelpMap &handler_map)
 
void add_property (const char *property)
 
void append_interface (CPluginBase *plugin)
 
 CPluginBase (const char *name)
 
PPluginModule get_module () const
 
unsigned get_priority () const
 
bool has_property (const char *property) const
 
CPluginBasenext_interface ()
 
void set_module (const PPluginModule &module)
 
void set_priority (unsigned p)
 
virtual ~CPluginBase ()
 
- Public Member Functions inherited from CParamTranslator
void add_parameter (const std::string &name, CParameter *param)
 
void check_parameters ()
 
 CParamTranslator (const char *name)
 
virtual void do_get_help_xml (CXMLElement &root) const
 
const std::string get_descr () const
 
void get_help (std::ostream &os) const
 
void get_help_xml (CXMLElement &root) const
 
const char * get_name () const
 
void get_short_help (std::ostream &os) const
 
void set_parameters (const CParsedOptions &options)
 
virtual ~CParamTranslator ()
 

Protected Member Functions

float get_max_timestep () const
 
float get_min_timestep () const
 
- Protected Member Functions inherited from CParamTranslator
CParamListget_parameters ()
 

Additional Inherited Members

- Public Types inherited from TFactory< C2DRegTimeStep >
typedef C2DRegTimeStep Product
 typedef to describe the product of the factory More...
 
typedef std::shared_ptr< C2DRegTimeStepSharedProduct
 typedef for the shared version of the product More...
 
typedef std::unique_ptr< C2DRegTimeStepUniqueProduct
 typedef for the unique version of the product More...
 
- Public Types inherited from TPlugin< C2DRegTimeStep ::plugin_data, C2DRegTimeStep ::plugin_type >
typedef C2DRegTimeStep ::plugin_data PlugData
 Typedef for the data type descriptor handled by this plug-in. More...
 
typedef C2DRegTimeStep ::plugin_type PlugType
 Typedef for the plugin type descriptor handled by this plug-in. More...
 
- Static Public Member Functions inherited from TPlugin< C2DRegTimeStep ::plugin_data, C2DRegTimeStep ::plugin_type >
static const char * get_data_path_part ()
 
static const char * get_type_path_part ()
 

Detailed Description

Plug-in to create the time step evaluation.

Plug-in to create the time step evaluation in time-marching registration algorithms.

Definition at line 129 of file 2d/timestep.hh.

Constructor & Destructor Documentation

◆ C2DRegTimeStepPlugin()

C2DRegTimeStepPlugin::C2DRegTimeStepPlugin ( const char *  name)

Initialize the plug in with its given name

Parameters
name

Member Function Documentation

◆ get_max_timestep()

float C2DRegTimeStepPlugin::get_max_timestep ( ) const
protected
Returns
maximum time setp

◆ get_min_timestep()

float C2DRegTimeStepPlugin::get_min_timestep ( ) const
protected
Returns
minium time step

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