47 return "Remove points having NaN as coordinate.";
53 virtual DataPoints
filter(
const DataPoints& input);
Remove points having NaN as coordinate.
virtual void inPlaceFilter(DataPoints &cloud)
Apply these filters to a point cloud without copying.
RemoveNaNDataPointsFilter()
static const std::string description()
virtual DataPoints filter(const DataPoints &input)
Apply filters to input point cloud. This is the non-destructive version and returns a copy...
std::map< std::string, Parameter > Parameters
Parameters stored as a map of string->string.
Functions and classes that are not dependant on scalar type are defined in this namespace.
Functions and classes that are dependant on scalar type are defined in this templatized class...
PointMatcher< T >::DataPoints DataPoints
The superclass of classes that are constructed using generic parameters. This class provides the para...
std::vector< ParameterDoc > ParametersDoc
The documentation of all parameters.
PM::DataPointsFilter DataPointsFilter