Public Types | Public Member Functions | Private Attributes
pcl::common::CloudGenerator< pcl::PointXY, GeneratorT > Class Template Reference

#include <generate.h>

List of all members.

Public Types

typedef GeneratorT::Parameters GeneratorParameters

Public Member Functions

 CloudGenerator ()
 CloudGenerator (const GeneratorParameters &params)
 CloudGenerator (const GeneratorParameters &x_params, const GeneratorParameters &y_params)
int fill (pcl::PointCloud< pcl::PointXY > &cloud)
int fill (int width, int height, pcl::PointCloud< pcl::PointXY > &cloud)
pcl::PointXY get ()
const GeneratorParametersgetParametersForX () const
const GeneratorParametersgetParametersForY () const
void setParameters (const GeneratorParameters &params)
void setParametersForX (const GeneratorParameters &x_params)
void setParametersForY (const GeneratorParameters &y_params)

Private Attributes

GeneratorT x_generator_
GeneratorT y_generator_

Detailed Description

template<typename GeneratorT>
class pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >

Definition at line 144 of file generate.h.


Member Typedef Documentation

template<typename GeneratorT >
typedef GeneratorT::Parameters pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::GeneratorParameters

Definition at line 147 of file generate.h.


Constructor & Destructor Documentation

template<typename GeneratorT >
pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::CloudGenerator ( )

Definition at line 182 of file generate.hpp.

template<typename GeneratorT >
pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::CloudGenerator ( const GeneratorParameters params)

Definition at line 197 of file generate.hpp.

template<typename GeneratorT >
pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::CloudGenerator ( const GeneratorParameters x_params,
const GeneratorParameters y_params 
)

Definition at line 189 of file generate.hpp.


Member Function Documentation

template<typename GeneratorT >
int pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::fill ( pcl::PointCloud< pcl::PointXY > &  cloud)

Definition at line 252 of file generate.hpp.

template<typename GeneratorT >
int pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::fill ( int  width,
int  height,
pcl::PointCloud< pcl::PointXY > &  cloud 
)

Definition at line 259 of file generate.hpp.

template<typename GeneratorT >
pcl::PointXY pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::get ( )

Definition at line 242 of file generate.hpp.

template<typename GeneratorT >
const pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::GeneratorParameters & pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::getParametersForX ( ) const

Definition at line 228 of file generate.hpp.

template<typename GeneratorT >
const pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::GeneratorParameters & pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::getParametersForY ( ) const

Definition at line 235 of file generate.hpp.

template<typename GeneratorT >
void pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::setParameters ( const GeneratorParameters params)

Definition at line 204 of file generate.hpp.

template<typename GeneratorT >
void pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::setParametersForX ( const GeneratorParameters x_params)

Definition at line 214 of file generate.hpp.

template<typename GeneratorT >
void pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::setParametersForY ( const GeneratorParameters y_params)

Definition at line 221 of file generate.hpp.


Member Data Documentation

template<typename GeneratorT >
GeneratorT pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::x_generator_ [private]

Definition at line 181 of file generate.h.

template<typename GeneratorT >
GeneratorT pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::y_generator_ [private]

Definition at line 182 of file generate.h.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:43:48