observer to view transformations at each iteration of feature-based registration engine. More...
#include <rgrl_debug_util.h>
Public Member Functions | |
void | execute (rgrl_object *caller, const rgrl_event &event) |
Abstract method that defines the action to be taken by the command. | |
void | execute (const rgrl_object *caller, const rgrl_event &event) |
observer to view transformations at each iteration of feature-based registration engine. | |
void | ref () |
void | unref () |
int | get_references () const |
bool | is_referenced () const |
observer to view transformations at each iteration of feature-based registration engine.
Definition at line 14 of file rgrl_debug_util.h.
void rgrl_debug_feature_iteration_print::execute | ( | rgrl_object * | caller, |
const rgrl_event & | event | ||
) | [inline, virtual] |
Abstract method that defines the action to be taken by the command.
Implements rgrl_command.
Definition at line 17 of file rgrl_debug_util.h.
void rgrl_debug_feature_iteration_print::execute | ( | const rgrl_object * | caller, |
const rgrl_event & | event | ||
) | [virtual] |
observer to view transformations at each iteration of feature-based registration engine.
Implements rgrl_command.
Definition at line 23 of file rgrl_debug_util.cxx.