Systematic sampling, with variation over time. More...
#include <DataPointsFiltersImpl.h>
Public Member Functions | |
virtual DataPoints | filter (const DataPoints &input) |
Apply filters to input point cloud. This is the non-destructive version and returns a copy. | |
FixStepSamplingDataPointsFilter (const Parameters ¶ms=Parameters()) | |
virtual void | init () |
Init this filter. | |
virtual void | inPlaceFilter (DataPoints &cloud) |
Apply these filters to a point cloud without copying. | |
virtual | ~FixStepSamplingDataPointsFilter () |
Static Public Member Functions | |
static const ParametersDoc | availableParameters () |
static const std::string | description () |
Public Attributes | |
const unsigned | endStep |
const unsigned | startStep |
const double | stepMult |
Protected Attributes | |
double | step |
Systematic sampling, with variation over time.
Definition at line 417 of file DataPointsFiltersImpl.h.
DataPointsFiltersImpl< T >::FixStepSamplingDataPointsFilter::FixStepSamplingDataPointsFilter | ( | const Parameters & | params = Parameters() | ) |
Definition at line 1122 of file DataPointsFiltersImpl.cpp.
virtual DataPointsFiltersImpl< T >::FixStepSamplingDataPointsFilter::~FixStepSamplingDataPointsFilter | ( | ) | [inline, virtual] |
Definition at line 442 of file DataPointsFiltersImpl.h.
static const ParametersDoc DataPointsFiltersImpl< T >::FixStepSamplingDataPointsFilter::availableParameters | ( | ) | [inline, static] |
Definition at line 423 of file DataPointsFiltersImpl.h.
static const std::string DataPointsFiltersImpl< T >::FixStepSamplingDataPointsFilter::description | ( | ) | [inline, static] |
Definition at line 419 of file DataPointsFiltersImpl.h.
PointMatcher< T >::DataPoints DataPointsFiltersImpl< T >::FixStepSamplingDataPointsFilter::filter | ( | const DataPoints & | input | ) | [virtual] |
Apply filters to input point cloud. This is the non-destructive version and returns a copy.
Implements PointMatcher< T >::DataPointsFilter.
Definition at line 1141 of file DataPointsFiltersImpl.cpp.
void DataPointsFiltersImpl< T >::FixStepSamplingDataPointsFilter::init | ( | ) | [virtual] |
Init this filter.
Reimplemented from PointMatcher< T >::DataPointsFilter.
Definition at line 1134 of file DataPointsFiltersImpl.cpp.
void DataPointsFiltersImpl< T >::FixStepSamplingDataPointsFilter::inPlaceFilter | ( | DataPoints & | cloud | ) | [virtual] |
Apply these filters to a point cloud without copying.
Implements PointMatcher< T >::DataPointsFilter.
Definition at line 1151 of file DataPointsFiltersImpl.cpp.
const unsigned DataPointsFiltersImpl< T >::FixStepSamplingDataPointsFilter::endStep |
Definition at line 434 of file DataPointsFiltersImpl.h.
const unsigned DataPointsFiltersImpl< T >::FixStepSamplingDataPointsFilter::startStep |
Definition at line 433 of file DataPointsFiltersImpl.h.
double DataPointsFiltersImpl< T >::FixStepSamplingDataPointsFilter::step [protected] |
Definition at line 438 of file DataPointsFiltersImpl.h.
const double DataPointsFiltersImpl< T >::FixStepSamplingDataPointsFilter::stepMult |
Definition at line 435 of file DataPointsFiltersImpl.h.