Identity, does nothing. More...
#include <DataPointsFiltersImpl.h>

Public Member Functions | |
| virtual DataPoints | filter (const DataPoints &input) |
| Constructor, uses parameter interface. | |
| virtual void | inPlaceFilter (DataPoints &cloud) |
| Apply these filters to a point cloud without copying. | |
Static Public Member Functions | |
| static const std::string | description () |
Identity, does nothing.
Definition at line 58 of file DataPointsFiltersImpl.h.
| static const std::string DataPointsFiltersImpl< T >::IdentityDataPointsFilter::description | ( | ) | [inline, static] |
Definition at line 60 of file DataPointsFiltersImpl.h.
| PointMatcher< T >::DataPoints DataPointsFiltersImpl< T >::IdentityDataPointsFilter::filter | ( | const DataPoints & | input | ) | [virtual] |
Constructor, uses parameter interface.
Implements PointMatcher< T >::DataPointsFilter.
Definition at line 53 of file DataPointsFiltersImpl.cpp.
| void DataPointsFiltersImpl< T >::IdentityDataPointsFilter::inPlaceFilter | ( | DataPoints & | cloud | ) | [virtual] |
Apply these filters to a point cloud without copying.
Implements PointMatcher< T >::DataPointsFilter.
Definition at line 63 of file DataPointsFiltersImpl.cpp.