Point Cloud Library (PCL)  1.11.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
traits::has_xy< PointT > Struct Template Reference

Traits defined for ease of use with fields already registered before. More...

#include <pcl/impl/point_types.hpp>

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

Detailed Description

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

Traits defined for ease of use with fields already registered before.

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_ifMetafunction to check if a given point type has x and y fields.

Definition at line 2286 of file point_types.hpp.


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