Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Functions
filter_indices.h File Reference
#include <pcl/filters/filter.h>
Include dependency graph for filter_indices.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pcl::FilterIndices< PointT >
 FilterIndices represents the base class for filters that are about binary point removal. More...
class  pcl::FilterIndices< sensor_msgs::PointCloud2 >
 FilterIndices represents the base class for filters that are about binary point removal. More...

Namespaces

namespace  pcl

Functions

template<typename PointT >
void pcl::removeNaNFromPointCloud (const pcl::PointCloud< PointT > &cloud_in, std::vector< int > &index)
 Removes points with x, y, or z equal to NaN.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines