Point Cloud Library (PCL) 1.12.0
Loading...
Searching...
No Matches
pcl::TextureMesh Struct Reference

#include <pcl/TextureMesh.h>

+ Collaboration diagram for pcl::TextureMesh:

Public Types

using Ptr = shared_ptr<pcl::TextureMesh>
 
using ConstPtr = shared_ptr<const pcl::TextureMesh>
 

Public Attributes

pcl::PCLPointCloud2 cloud
 
pcl::PCLHeader header
 
std::vector< std::vector< pcl::Vertices > > tex_polygons
 
std::vector< std::vector< Eigen::Vector2f, Eigen::aligned_allocator< Eigen::Vector2f > > > tex_coordinates
 
std::vector< pcl::TexMaterialtex_materials
 

Detailed Description

Author
Khai Tran

Definition at line 88 of file TextureMesh.h.

Member Typedef Documentation

◆ ConstPtr

using pcl::TextureMesh::ConstPtr = shared_ptr<const pcl::TextureMesh>

Definition at line 100 of file TextureMesh.h.

◆ Ptr

Definition at line 99 of file TextureMesh.h.

Member Data Documentation

◆ cloud

◆ header

pcl::PCLHeader pcl::TextureMesh::header

Definition at line 91 of file TextureMesh.h.

◆ tex_coordinates

std::vector<std::vector<Eigen::Vector2f, Eigen::aligned_allocator<Eigen::Vector2f> > > pcl::TextureMesh::tex_coordinates

◆ tex_materials

◆ tex_polygons


The documentation for this struct was generated from the following file: