I'd like the PointCloudExpressionEvaluator to be able to get at next and previous points. This would be similar to how the AttributeCreator can get at the next and previous row values.
It's currently possible, though hard. In short: duplicate point clouds, create IDs, then join them back together with the PointCloudMerger.