#include <pcl/common/distances.h>
#include <pcl18/surface/texture_mapping.h>
#include <pcl/search/octree.h>
#include <pcl/common/common.h>
Go to the source code of this file.
Classes | |
class | FaceInfo |
Macros | |
#define | PCL_INSTANTIATE_TextureMapping(T) template class PCL_EXPORTS pcl::TextureMapping<T>; |
Functions | |
bool | ptInTriangle (const pcl::PointXY &p0, const pcl::PointXY &p1, const pcl::PointXY &p2, const pcl::PointXY &p) |
#define PCL_INSTANTIATE_TextureMapping | ( | T | ) | template class PCL_EXPORTS pcl::TextureMapping<T>; |
Definition at line 1586 of file texture_mapping.hpp.
bool ptInTriangle | ( | const pcl::PointXY & | p0, |
const pcl::PointXY & | p1, | ||
const pcl::PointXY & | p2, | ||
const pcl::PointXY & | p | ||
) |
Definition at line 1042 of file texture_mapping.hpp.