Package boofcv.visualize
Interface PointCloudViewer.IteratePoint
- Enclosing interface:
- PointCloudViewer
public static interface PointCloudViewer.IteratePoint
Iterator like interface for accessing point information
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
True if there ar remaining pointsint
next
(Point3D_F64 point) Loads the next point and returns its color.
-
Method Details
-
next
Loads the next point and returns its color. If no color is available it should return 0 -
hasNext
boolean hasNext()True if there ar remaining points
-