00001 /* +---------------------------------------------------------------------------+ 00002 | Mobile Robot Programming Toolkit (MRPT) | 00003 | http://www.mrpt.org/ | 00004 | | 00005 | Copyright (c) 2005-2016, Individual contributors, see AUTHORS file | 00006 | See: http://www.mrpt.org/Authors - All rights reserved. | 00007 | Released under BSD License. See details in http://www.mrpt.org/License | 00008 +---------------------------------------------------------------------------+ */ 00009 00010 #pragma once 00011 00012 namespace mrpt { namespace graphslam { namespace optimizers { 00013 00014 template<class GRAPH_t> 00015 CGraphSlamOptimizer_MR<GRAPH_t>::CGraphSlamOptimizer_MR() {} 00016 00017 template<class GRAPH_t> 00018 CGraphSlamOptimizer_MR<GRAPH_t>::~CGraphSlamOptimizer_MR() {} 00019 00020 } } } // end of namespaces 00021