33 template <
class GRAPH_t = 
typename mrpt::graphs::CNetworkOfPoses2DInf>
    39     using pose_t = 
typename GRAPH_t::constraint_t::type_value;
 typename GRAPH_T ::constraint_t constraint_t
 
typename GRAPH_T ::constraint_t::type_value pose_t
 
Interface for implementing node/edge registration deciders or optimizer classes. 
 
virtual void optimizeGraph()=0
method called for optimizing the underlying graph. 
 
Interface for implementing graphSLAM optimizer classes. 
 
CGraphSlamOptimizer()=default
 
~CGraphSlamOptimizer() override=default
 
virtual bool justFullyOptimizedGraph() const
Used by the caller to query for possible full graph optimization on the latest optimizer run...