Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Public Attributes
pcl::TextureMesh Struct Reference

#include <pcl/TextureMesh.h>

Collaboration diagram for pcl::TextureMesh:
Collaboration graph
[legend]

Public Types

typedef boost::shared_ptr
< pcl::TextureMesh
Ptr
 
typedef boost::shared_ptr
< pcl::TextureMesh const > 
ConstPtr
 

Public Member Functions

 TextureMesh ()
 

Public Attributes

std_msgs::Header header
 
sensor_msgs::PointCloud2 cloud
 
std::vector< std::vector
< pcl::Vertices > > 
tex_polygons
 
std::vector< std::vector
< Eigen::Vector2f > > 
tex_coordinates
 
std::vector< pcl::TexMaterialtex_materials
 

Detailed Description

Author
Khai Tran

Definition at line 94 of file TextureMesh.h.

Member Typedef Documentation

typedef boost::shared_ptr<pcl::TextureMesh const> pcl::TextureMesh::ConstPtr

Definition at line 108 of file TextureMesh.h.

typedef boost::shared_ptr<pcl::TextureMesh> pcl::TextureMesh::Ptr

Definition at line 107 of file TextureMesh.h.

Constructor & Destructor Documentation

pcl::TextureMesh::TextureMesh ( )
inline

Definition at line 96 of file TextureMesh.h.

Member Data Documentation

sensor_msgs::PointCloud2 pcl::TextureMesh::cloud

Definition at line 100 of file TextureMesh.h.

std_msgs::Header pcl::TextureMesh::header

Definition at line 99 of file TextureMesh.h.

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

Definition at line 103 of file TextureMesh.h.

std::vector<pcl::TexMaterial> pcl::TextureMesh::tex_materials

Definition at line 104 of file TextureMesh.h.

std::vector<std::vector<pcl::Vertices> > pcl::TextureMesh::tex_polygons

Definition at line 102 of file TextureMesh.h.


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