Public Member Functions | Private Attributes
mcl_3dl::PointCloudRandomSampler Class Reference

#include <point_cloud_random_sampler.h>

List of all members.

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

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 Thu Jun 20 2019 20:04:43