A chain of DataPointsFilter. More...
#include <PointMatcher.h>
Public Member Functions | |
void | apply (DataPoints &cloud) |
Apply this chain to cloud, mutates cloud. | |
DataPointsFilters () | |
Construct an empty chain. | |
DataPointsFilters (std::istream &in) | |
Construct a chain from a YAML file. | |
void | init () |
Init the chain. |
A chain of DataPointsFilter.
Definition at line 387 of file PointMatcher.h.
PointMatcher< T >::DataPointsFilters::DataPointsFilters | ( | ) |
Construct an empty chain.
Definition at line 73 of file DataPointsFilter.cpp.
PointMatcher< T >::DataPointsFilters::DataPointsFilters | ( | std::istream & | in | ) |
Construct a chain from a YAML file.
Definition at line 78 of file DataPointsFilter.cpp.
void PointMatcher< T >::DataPointsFilters::apply | ( | DataPoints & | cloud | ) |
Apply this chain to cloud, mutates cloud.
Definition at line 107 of file DataPointsFilter.cpp.
void PointMatcher< T >::DataPointsFilters::init | ( | ) |
Init the chain.
Definition at line 97 of file DataPointsFilter.cpp.