A chain of DataPointsFilter. More...
#include <PointMatcher.h>
Public Member Functions | |
void | apply (DataPoints &cloud) |
Apply this chain to cloud, mutates cloud. More... | |
DataPointsFilters () | |
Construct an empty chain. More... | |
DataPointsFilters (const YAML::Node &doc) | |
DataPointsFilters (std::istream &in) | |
Construct a chain from a YAML file. More... | |
void | init () |
Init the chain. More... | |
A chain of DataPointsFilter.
Definition at line 455 of file PointMatcher.h.
PointMatcher< T >::DataPointsFilters::DataPointsFilters |
Construct an empty chain.
Definition at line 68 of file DataPointsFilter.cpp.
PointMatcher< T >::DataPointsFilters::DataPointsFilters | ( | const YAML::Node & | doc | ) |
Definition at line 72 of file DataPointsFilter.cpp.
PointMatcher< T >::DataPointsFilters::DataPointsFilters | ( | std::istream & | in | ) |
Construct a chain from a YAML file.
Definition at line 87 of file DataPointsFilter.cpp.
void PointMatcher< T >::DataPointsFilters::apply | ( | DataPoints & | cloud | ) |
Apply this chain to cloud, mutates cloud.
Definition at line 104 of file DataPointsFilter.cpp.
void PointMatcher< T >::DataPointsFilters::init |
Init the chain.
Definition at line 94 of file DataPointsFilter.cpp.