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

| Public Member Functions | |
| virtual RobustKernel * | construct ()=0 | 
| virtual | ~AbstractRobustKernelCreator () | 
Abstract interface for allocating a robust kernel.
Definition at line 44 of file robust_kernel_factory.h.
| 
 | inlinevirtual | 
Definition at line 51 of file robust_kernel_factory.h.
| 
 | pure virtual | 
create a hyper graph element. Has to implemented in derived class.
Implemented in g2o::RobustKernelCreator< T >.