Public Member Functions | Static Public Member Functions | Public Attributes
DataPointsFiltersImpl< T >::MaxDistDataPointsFilter Struct Reference

Subsampling. Filter points beyond a maximum distance measured on a specific axis. More...

#include <DataPointsFiltersImpl.h>

Inheritance diagram for DataPointsFiltersImpl< T >::MaxDistDataPointsFilter:
Inheritance graph
[legend]

List of all members.

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.
virtual void inPlaceFilter (DataPoints &cloud)
 Apply these filters to a point cloud without copying.
 MaxDistDataPointsFilter (const Parameters &params=Parameters())
 Constructor, uses parameter interface.

Static Public Member Functions

static const ParametersDoc availableParameters ()
static const std::string description ()

Public Attributes

const int dim
const T maxDist

Detailed Description

template<typename T>
struct DataPointsFiltersImpl< T >::MaxDistDataPointsFilter

Subsampling. Filter points beyond a maximum distance measured on a specific axis.

Definition at line 93 of file DataPointsFiltersImpl.h.


Constructor & Destructor Documentation

Constructor, uses parameter interface.

Definition at line 111 of file DataPointsFiltersImpl.cpp.


Member Function Documentation

template<typename T >
static const ParametersDoc DataPointsFiltersImpl< T >::MaxDistDataPointsFilter::availableParameters ( ) [inline, static]

Definition at line 99 of file DataPointsFiltersImpl.h.

template<typename T >
static const std::string DataPointsFiltersImpl< T >::MaxDistDataPointsFilter::description ( ) [inline, static]

Definition at line 95 of file DataPointsFiltersImpl.h.

template<typename T >
PointMatcher< T >::DataPoints DataPointsFiltersImpl< T >::MaxDistDataPointsFilter::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 120 of file DataPointsFiltersImpl.cpp.

template<typename T >
void DataPointsFiltersImpl< T >::MaxDistDataPointsFilter::inPlaceFilter ( DataPoints cloud) [virtual]

Apply these filters to a point cloud without copying.

Implements PointMatcher< T >::DataPointsFilter.

Definition at line 130 of file DataPointsFiltersImpl.cpp.


Member Data Documentation

template<typename T >
const int DataPointsFiltersImpl< T >::MaxDistDataPointsFilter::dim

Definition at line 107 of file DataPointsFiltersImpl.h.

template<typename T >
const T DataPointsFiltersImpl< T >::MaxDistDataPointsFilter::maxDist

Definition at line 108 of file DataPointsFiltersImpl.h.


The documentation for this struct was generated from the following files:


libpointmatcher
Author(s):
autogenerated on Mon Sep 14 2015 02:59:07