#include <util.h>
Public Member Functions | |
Mesh () | |
Public Attributes | |
rtabmap::CameraModel | cameraModel |
pcl::PointCloud < pcl::PointXYZRGB >::Ptr | cloud |
double | gains [3] |
pcl::IndicesPtr | indices |
pcl::PointCloud< pcl::Normal >::Ptr | normals |
std::vector< pcl::Vertices > | polygons |
std::vector< pcl::Vertices > | polygonsLowRes |
rtabmap::Transform | pose |
std::vector< Eigen::Vector2f > | texCoords |
cv::Mat | texture |
bool | visible |
Mesh::Mesh | ( | ) | [inline] |
pcl::PointCloud<pcl::PointXYZRGB>::Ptr Mesh::cloud |
double Mesh::gains[3] |
pcl::IndicesPtr Mesh::indices |
pcl::PointCloud<pcl::Normal>::Ptr Mesh::normals |
std::vector<pcl::Vertices> Mesh::polygons |
std::vector<pcl::Vertices> Mesh::polygonsLowRes |
std::vector<Eigen::Vector2f> Mesh::texCoords |
cv::Mat Mesh::texture |
bool Mesh::visible |