Point Cloud Library (PCL)  1.15.1-dev
pcl::traits::has_xy< PointT > Struct Template Reference

Traits defined for ease of use with common fields. More...

#include <pcl/impl/field_traits.hpp>

+ Inheritance diagram for pcl::traits::has_xy< PointT >:
+ Collaboration diagram for pcl::traits::has_xy< PointT >:

Detailed Description

template<typename PointT>
struct pcl::traits::has_xy< PointT >

Traits defined for ease of use with common fields.

has_<fields to be detected>: struct with value datamember defined at compiletime has_<fields to be detected>_v: constexpr boolean Has<Fields to be detected>: concept modelling name alias for enable_if Metafunction to check if a given point type has x and y fields.

Definition at line 65 of file field_traits.hpp.


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