odometry
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
Sampling2D.hpp
Go to the documentation of this file.
1
#ifndef __ODOMETRY_SAMPLING2D_HPP__
2
#define __ODOMETRY_SAMPLING2D_HPP__
3
4
#include <base/Pose.hpp>
5
6
namespace
odometry
7
{
12
class
Sampling2D
13
{
14
public
:
15
virtual
~Sampling2D
() {};
16
virtual
base::Pose2D
getPoseDeltaSample2D
() = 0;
17
};
18
}
19
20
#endif
odometry::Sampling2D::getPoseDeltaSample2D
virtual base::Pose2D getPoseDeltaSample2D()=0
odometry::Sampling2D::~Sampling2D
virtual ~Sampling2D()
Definition:
Sampling2D.hpp:15
odometry::Sampling2D
Definition:
Sampling2D.hpp:12
Generated on Tue Oct 9 2018 12:23:01 for odometry by
1.8.6