Public Member Functions | Private Types | Private Member Functions | Private Attributes
pcl::MovingLeastSquaresOMP< PointInT, PointOutT > Class Template Reference

MovingLeastSquaresOMP represent an OpenMP implementation of the MLS (Moving Least Squares) algorithm for data smoothing and improved normal estimation. More...

#include <mls_omp.h>

Inheritance diagram for pcl::MovingLeastSquaresOMP< PointInT, PointOutT >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 MovingLeastSquaresOMP ()
 Empty constructor.
 MovingLeastSquaresOMP (unsigned int nr_threads)
 Initialize the scheduler and set the number of threads to use.
void setNumberOfThreads (unsigned int nr_threads)
 Initialize the scheduler and set the number of threads to use.

Private Types

typedef MovingLeastSquares
< PointInT, PointOutT >
::MLSVoxelGrid 
MLSVoxelGrid
typedef MovingLeastSquares
< PointInT, PointOutT >
::NormalCloud 
NormalCloud
typedef MovingLeastSquares
< PointInT, PointOutT >
::PointCloudIn 
PointCloudIn
typedef MovingLeastSquares
< PointInT, PointOutT >
::PointCloudOut 
PointCloudOut

Private Member Functions

std::string getClassName () const
 Abstract class get name method.
virtual void performProcessing (PointCloudOut &output)
 Abstract surface reconstruction method.

Private Attributes

unsigned int threads_
 The number of threads the scheduler should use.

Detailed Description

template<typename PointInT, typename PointOutT>
class pcl::MovingLeastSquaresOMP< PointInT, PointOutT >

MovingLeastSquaresOMP represent an OpenMP implementation of the MLS (Moving Least Squares) algorithm for data smoothing and improved normal estimation.

Author:
Radu B. Rusu

Definition at line 53 of file mls_omp.h.


Member Typedef Documentation

template<typename PointInT, typename PointOutT>
typedef MovingLeastSquares<PointInT, PointOutT>::MLSVoxelGrid pcl::MovingLeastSquaresOMP< PointInT, PointOutT >::MLSVoxelGrid [private]

Definition at line 75 of file mls_omp.h.

template<typename PointInT, typename PointOutT>
typedef MovingLeastSquares<PointInT, PointOutT>::NormalCloud pcl::MovingLeastSquaresOMP< PointInT, PointOutT >::NormalCloud [private]

Reimplemented from pcl::MovingLeastSquares< PointInT, PointOutT >.

Definition at line 74 of file mls_omp.h.

template<typename PointInT, typename PointOutT>
typedef MovingLeastSquares<PointInT, PointOutT>::PointCloudIn pcl::MovingLeastSquaresOMP< PointInT, PointOutT >::PointCloudIn [private]

Reimplemented from pcl::MovingLeastSquares< PointInT, PointOutT >.

Definition at line 72 of file mls_omp.h.

template<typename PointInT, typename PointOutT>
typedef MovingLeastSquares<PointInT, PointOutT>::PointCloudOut pcl::MovingLeastSquaresOMP< PointInT, PointOutT >::PointCloudOut [private]

Reimplemented from pcl::MovingLeastSquares< PointInT, PointOutT >.

Definition at line 73 of file mls_omp.h.


Constructor & Destructor Documentation

template<typename PointInT, typename PointOutT>
pcl::MovingLeastSquaresOMP< PointInT, PointOutT >::MovingLeastSquaresOMP ( ) [inline]

Empty constructor.

Definition at line 79 of file mls_omp.h.

template<typename PointInT, typename PointOutT>
pcl::MovingLeastSquaresOMP< PointInT, PointOutT >::MovingLeastSquaresOMP ( unsigned int  nr_threads) [inline]

Initialize the scheduler and set the number of threads to use.

Parameters:
nr_threadsthe number of hardware threads to use (-1 sets the value back to automatic)

Definition at line 85 of file mls_omp.h.


Member Function Documentation

template<typename PointInT, typename PointOutT>
std::string pcl::MovingLeastSquaresOMP< PointInT, PointOutT >::getClassName ( ) const [inline, private]

Abstract class get name method.

Reimplemented from pcl::MovingLeastSquares< PointInT, PointOutT >.

Definition at line 112 of file mls_omp.h.

template<typename PointInT , typename PointOutT >
void pcl::MovingLeastSquaresOMP< PointInT, PointOutT >::performProcessing ( PointCloudOut output) [private, virtual]

Abstract surface reconstruction method.

Parameters:
[out]outputthe result of the reconstruction

Reimplemented from pcl::MovingLeastSquares< PointInT, PointOutT >.

Definition at line 48 of file mls_omp.hpp.

template<typename PointInT, typename PointOutT>
void pcl::MovingLeastSquaresOMP< PointInT, PointOutT >::setNumberOfThreads ( unsigned int  nr_threads) [inline]

Initialize the scheduler and set the number of threads to use.

Parameters:
nr_threadsthe number of hardware threads to use (-1 sets the value back to automatic)

Definition at line 94 of file mls_omp.h.


Member Data Documentation

template<typename PointInT, typename PointOutT>
unsigned int pcl::MovingLeastSquaresOMP< PointInT, PointOutT >::threads_ [private]

The number of threads the scheduler should use.

Definition at line 103 of file mls_omp.h.


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


pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:19:40