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