pcl::VoxelGridLabel Class Reference

#include <pcl/filters/voxel_grid_label.h>

Inheritance diagram for pcl::VoxelGridLabel:
Inheritance graph
[legend]
Collaboration diagram for pcl::VoxelGridLabel:
Collaboration graph
[legend]

List of all members.

Public Types

typedef boost::shared_ptr
< VoxelGridLabel
Ptr
typedef boost::shared_ptr
< const VoxelGridLabel
ConstPtr

Public Member Functions

 VoxelGridLabel ()
 Constructor.

Protected Member Functions

void applyFilter (PointCloud &output)
 Filter cloud and initializes voxel structure.

Detailed Description

Author:
Christian Potthast (potthast@usc.edu)

Definition at line 51 of file voxel_grid_label.h.


Member Typedef Documentation

typedef boost::shared_ptr< const VoxelGridLabel > pcl::VoxelGridLabel::ConstPtr

Reimplemented from pcl::VoxelGrid< pcl::PointXYZRGBL >.

Definition at line 56 of file voxel_grid_label.h.

typedef boost::shared_ptr< VoxelGridLabel > pcl::VoxelGridLabel::Ptr

Reimplemented from pcl::VoxelGrid< pcl::PointXYZRGBL >.

Definition at line 55 of file voxel_grid_label.h.


Constructor & Destructor Documentation

pcl::VoxelGridLabel::VoxelGridLabel (  )  [inline]

Constructor.

Sets leaf_size_ to 0 and searchable_ to false.

Definition at line 62 of file voxel_grid_label.h.


Member Function Documentation

void pcl::VoxelGridLabel::applyFilter ( PointCloud output  )  [protected, virtual]

Filter cloud and initializes voxel structure.

Parameters:
[out] output cloud containing centroids of voxels containing a sufficient number of points

Reimplemented from pcl::VoxelGrid< pcl::PointXYZRGBL >.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends