removeIf abstract method

void removeIf(
  1. PointDataSourcePointDataProcessor processor
)

Iterates through all the points from the data source and passes them to the given inspector, one by one.

All points for which the inspector returns true get removed from the data source. The inspector cannot update the point data.

  • processor Point data processor.

Implementation

void removeIf(PointDataSourcePointDataProcessor processor);