Point Cloud Library (PCL)  1.9.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
List of all members | Public Member Functions | Public Attributes
pcl::cuda::parallel_random_generator Struct Reference

#include </tmp/B.ja8W1J/BUILD/pcl-pcl-1.9.1/cuda/sample_consensus/include/pcl/cuda/sample_consensus/sac_model_1point_plane.h>

Public Member Functions

__inline__ __host__ __device__ parallel_random_generator (unsigned int seed)
 
__inline__ __host__ __device__
unsigned int 
operator() (const unsigned int n) const
 
__inline__ __host__ __device__ parallel_random_generator (unsigned int seed)
 
__inline__ __host__ __device__
unsigned int 
operator() (const unsigned int n) const
 

Public Attributes

unsigned int m_seed
 

Detailed Description

Definition at line 294 of file sac_model_1point_plane.h.

Constructor & Destructor Documentation

__inline__ __host__ __device__ pcl::cuda::parallel_random_generator::parallel_random_generator ( unsigned int  seed)
inline

Definition at line 298 of file sac_model_1point_plane.h.

References m_seed.

__inline__ __host__ __device__ pcl::cuda::parallel_random_generator::parallel_random_generator ( unsigned int  seed)
inline

Definition at line 255 of file sac_model_plane.h.

References m_seed.

Member Function Documentation

__inline__ __host__ __device__ unsigned int pcl::cuda::parallel_random_generator::operator() ( const unsigned int  n) const
inline

Definition at line 261 of file sac_model_plane.h.

References m_seed.

__inline__ __host__ __device__ unsigned int pcl::cuda::parallel_random_generator::operator() ( const unsigned int  n) const
inline

Definition at line 304 of file sac_model_1point_plane.h.

References m_seed.

Member Data Documentation

unsigned int pcl::cuda::parallel_random_generator::m_seed

Definition at line 312 of file sac_model_1point_plane.h.

Referenced by operator()(), and parallel_random_generator().


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