Open
Description
Access to points
can also be suppressed in a lot of places.
Originally posted by @SergioRAgostinho in #4190
My observations:
points
usage can be removed in following ways:
- replace with functions like:
copyPointCloud
instead ofcopyPoint
- replace with functions like
isNormalFinite
- replace
points.
to use functions ofPointCloud
#4217, #4218, #4219, #4221 tackle third type to a large extent
Activity