Public Member Functions | Private Attributes | List of all members
mcl_3dl::PointCloudRandomSampler Class Reference

#include <point_cloud_random_sampler.h>

Public Member Functions

 PointCloudRandomSampler ()
 
template<class POINT_TYPE >
pcl::PointCloud< POINT_TYPE >::Ptr sample (const typename pcl::PointCloud< POINT_TYPE >::ConstPtr &pc, const size_t num) const
 

Private Attributes

std::shared_ptr< std::default_random_engine > engine_
 
std::random_device seed_gen_
 

Detailed Description

Definition at line 40 of file point_cloud_random_sampler.h.

Constructor & Destructor Documentation

mcl_3dl::PointCloudRandomSampler::PointCloudRandomSampler ( )
inline

Definition at line 47 of file point_cloud_random_sampler.h.

Member Function Documentation

template<class POINT_TYPE >
pcl::PointCloud<POINT_TYPE>::Ptr mcl_3dl::PointCloudRandomSampler::sample ( const typename pcl::PointCloud< POINT_TYPE >::ConstPtr &  pc,
const size_t  num 
) const
inline

Definition at line 52 of file point_cloud_random_sampler.h.

Member Data Documentation

std::shared_ptr<std::default_random_engine> mcl_3dl::PointCloudRandomSampler::engine_
private

Definition at line 44 of file point_cloud_random_sampler.h.

std::random_device mcl_3dl::PointCloudRandomSampler::seed_gen_
private

Definition at line 43 of file point_cloud_random_sampler.h.


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


mcl_3dl
Author(s): Atsushi Watanabe
autogenerated on Mon Jul 8 2019 03:32:36