|
g2o
|
Abstract interface for allocating a robust kernel. More...
#include <robust_kernel_factory.h>

Public Types | |
| using | Ptr = std::shared_ptr< AbstractRobustKernelCreator > |
Public Member Functions | |
| virtual RobustKernel * | construct ()=0 |
| virtual | ~AbstractRobustKernelCreator () |
Abstract interface for allocating a robust kernel.
Definition at line 46 of file robust_kernel_factory.h.
| using g2o::AbstractRobustKernelCreator::Ptr = std::shared_ptr<AbstractRobustKernelCreator> |
Definition at line 53 of file robust_kernel_factory.h.
|
inlinevirtual |
Definition at line 52 of file robust_kernel_factory.h.
|
pure virtual |
create a hyper graph element. Has to implemented in derived class.
Implemented in g2o::RobustKernelCreator< T >.
Referenced by main(), and MainWindow::setRobustKernel().