#include <mesh_conversion.h>
Static Public Member Functions | |
template<typename PointT , typename MeshT > | |
static void | fromPointCloud (const typename pcl::PointCloud< PointT >::ConstPtr &pc, MeshT &mesh) |
static bool | isNeighbor (const Eigen::Vector3f &a, const Eigen::Vector3f &b) |
Definition at line 71 of file mesh_conversion.h.
void cob_3d_meshing::MeshConversion< SensorT >::fromPointCloud | ( | const typename pcl::PointCloud< PointT >::ConstPtr & | pc, |
MeshT & | mesh | ||
) | [static] |
Definition at line 70 of file mesh_conversion.hpp.
static bool cob_3d_meshing::MeshConversion< SensorT >::isNeighbor | ( | const Eigen::Vector3f & | a, |
const Eigen::Vector3f & | b | ||
) | [inline, static] |
Definition at line 74 of file mesh_conversion.h.