Point Cloud Library (PCL)  1.13.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::texture_mapping::UvIndex Struct Reference

Structure that links a uv coordinate to its 3D point and face. More...

#include <pcl/surface/texture_mapping.h>

Public Member Functions

 UvIndex ()
 

Public Attributes

int idx_cloud
 
int idx_face
 

Detailed Description

Structure that links a uv coordinate to its 3D point and face.

Definition at line 84 of file texture_mapping.h.

Constructor & Destructor Documentation

◆ UvIndex()

pcl::texture_mapping::UvIndex::UvIndex ( )
inline

Definition at line 86 of file texture_mapping.h.

Member Data Documentation

◆ idx_cloud

int pcl::texture_mapping::UvIndex::idx_cloud

◆ idx_face

int pcl::texture_mapping::UvIndex::idx_face

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