Tutorials:
Advanced Topics:
API documentation:
↰ Parent directory (pcl\common\include\pcl\common\impl)
pcl\common\include\pcl\common\impl
Contents
Definition (pcl\common\include\pcl\common\impl\copy_point.hpp)
pcl\common\include\pcl\common\impl\copy_point.hpp
Includes
Included By
Namespaces
Classes
pcl/common/concatenate.h
pcl/for_each_type.h
pcl/point_traits.h
pcl/point_types.h
File copy_point.h
Namespace pcl
Namespace pcl::detail
Template Struct CopyPointHelper
Template Struct CopyPointHelper< PointInT, PointOutT, typename boost::enable_if< boost::is_same< PointInT, PointOutT > >::type >
Template Struct CopyPointHelper< PointInT, PointOutT, typename boost::enable_if< boost::mpl::and_< boost::mpl::not_< boost::is_same< PointInT, PointOutT > >, boost::mpl::or_< boost::mpl::and_< pcl::traits::has_field< PointInT, pcl::fields::rgb >, pcl::traits::has_field< PointOutT, pcl::fields::rgba > >, boost::mpl::and_< pcl::traits::has_field< PointInT, pcl::fields::rgba >, pcl::traits::has_field< PointOutT, pcl::fields::rgb > > > > >::type >
Template Struct CopyPointHelper< PointInT, PointOutT, typename boost::enable_if< boost::mpl::and_< boost::mpl::not_< boost::is_same< PointInT, PointOutT > >, boost::mpl::or_< boost::mpl::not_< pcl::traits::has_color< PointInT > >, boost::mpl::not_< pcl::traits::has_color< PointOutT > >, boost::mpl::and_< pcl::traits::has_field< PointInT, pcl::fields::rgb >, pcl::traits::has_field< PointOutT, pcl::fields::rgb > >, boost::mpl::and_< pcl::traits::has_field< PointInT, pcl::fields::rgba >, pcl::traits::has_field< PointOutT, pcl::fields::rgba > > > > >::type >