Go to the documentation of this file.
47 return "Remove points having NaN as coordinate.";
RemoveNaNDataPointsFilter()
PM::DataPointsFilter DataPointsFilter
Functions and classes that are dependant on scalar type are defined in this templatized class.
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.
static const std::string description()
std::vector< ParameterDoc > ParametersDoc
The documentation of all parameters.
PointMatcher< T >::DataPoints DataPoints
Remove points having NaN as coordinate.
The superclass of classes that are constructed using generic parameters. This class provides the para...
Functions and classes that are not dependant on scalar type are defined in this namespace.
std::map< std::string, Parameter > Parameters
Parameters stored as a map of string->string.