#include <interpolated_grid.h>
|
Eigen::Vector3f | CenterOfLowerVoxel (const double x, const double y, const double z) const |
|
template<typename T > |
Eigen::Vector3f | CenterOfLowerVoxel (const T &jet_x, const T &jet_y, const T &jet_z) const |
|
template<typename T > |
void | ComputeInterpolationDataPoints (const T &x, const T &y, const T &z, double *x1, double *y1, double *z1, double *x2, double *y2, double *z2) const |
|
Definition at line 35 of file interpolated_grid.h.
◆ InterpolatedGrid() [1/2]
cartographer::mapping::scan_matching::InterpolatedGrid::InterpolatedGrid |
( |
const HybridGrid & |
hybrid_grid | ) |
|
|
inlineexplicit |
◆ InterpolatedGrid() [2/2]
cartographer::mapping::scan_matching::InterpolatedGrid::InterpolatedGrid |
( |
const InterpolatedGrid & |
| ) |
|
|
delete |
◆ CenterOfLowerVoxel() [1/2]
Eigen::Vector3f cartographer::mapping::scan_matching::InterpolatedGrid::CenterOfLowerVoxel |
( |
const double |
x, |
|
|
const double |
y, |
|
|
const double |
z |
|
) |
| const |
|
inlineprivate |
◆ CenterOfLowerVoxel() [2/2]
template<typename T >
Eigen::Vector3f cartographer::mapping::scan_matching::InterpolatedGrid::CenterOfLowerVoxel |
( |
const T & |
jet_x, |
|
|
const T & |
jet_y, |
|
|
const T & |
jet_z |
|
) |
| const |
|
inlineprivate |
◆ ComputeInterpolationDataPoints()
template<typename T >
void cartographer::mapping::scan_matching::InterpolatedGrid::ComputeInterpolationDataPoints |
( |
const T & |
x, |
|
|
const T & |
y, |
|
|
const T & |
z, |
|
|
double * |
x1, |
|
|
double * |
y1, |
|
|
double * |
z1, |
|
|
double * |
x2, |
|
|
double * |
y2, |
|
|
double * |
z2 |
|
) |
| const |
|
inlineprivate |
◆ GetProbability()
template<typename T >
T cartographer::mapping::scan_matching::InterpolatedGrid::GetProbability |
( |
const T & |
x, |
|
|
const T & |
y, |
|
|
const T & |
z |
|
) |
| const |
|
inline |
◆ operator=()
◆ hybrid_grid_
const HybridGrid& cartographer::mapping::scan_matching::InterpolatedGrid::hybrid_grid_ |
|
private |
The documentation for this class was generated from the following file: