#include <gaussian_voxelmap.hpp>
|
static size_t | size (const GaussianVoxel &voxel) |
|
static bool | has_points (const GaussianVoxel &voxel) |
|
static bool | has_covs (const GaussianVoxel &voxel) |
|
static const Eigen::Vector4d & | point (const GaussianVoxel &voxel, size_t i) |
|
static const Eigen::Matrix4d & | cov (const GaussianVoxel &voxel, size_t i) |
|
static size_t | nearest_neighbor_search (const GaussianVoxel &voxel, const Eigen::Vector4d &pt, size_t *k_index, double *k_sq_dist) |
|
static size_t | knn_search (const GaussianVoxel &voxel, const Eigen::Vector4d &pt, size_t k, size_t *k_index, double *k_sq_dist) |
|
template<typename Result > |
static void | knn_search (const GaussianVoxel &voxel, const Eigen::Vector4d &pt, Result &result) |
|
◆ cov()
◆ has_covs()
◆ has_points()
◆ knn_search() [1/2]
template<typename Result >
◆ knn_search() [2/2]
◆ nearest_neighbor_search()
◆ point()
◆ size()
The documentation for this struct was generated from the following file: